Returns true is a function declaration and not a function definition.
| 199 | |
| 200 | // Returns true is a function declaration and not a function definition. |
| 201 | bool IsDeclaration() { return begin() == end(); } |
| 202 | |
| 203 | // Reorders the basic blocks in the function to match the structured order. |
| 204 | void ReorderBasicBlocksInStructuredOrder(); |
no outgoing calls
no test coverage detected