| 180 | } |
| 181 | |
| 182 | void Function::RegisterFunctionEnd() { |
| 183 | if (!end_has_been_registered_) { |
| 184 | end_has_been_registered_ = true; |
| 185 | |
| 186 | ComputeAugmentedCFG(); |
| 187 | } |
| 188 | } |
| 189 | |
| 190 | size_t Function::block_count() const { return blocks_.size(); } |
| 191 |
no outgoing calls
no test coverage detected