Returns a set with ids of all functions called from this function.
| 240 | |
| 241 | // Returns a set with ids of all functions called from this function. |
| 242 | const std::set<uint32_t> function_call_targets() const { |
| 243 | return function_call_targets_; |
| 244 | } |
| 245 | |
| 246 | // Returns the block containing the OpSelectionMerge or OpLoopMerge that |
| 247 | // references |merge_block|. |
no outgoing calls
no test coverage detected