MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / function_call_targets

Method function_call_targets

source/val/function.h:242–244  ·  view source on GitHub ↗

Returns a set with ids of all functions called from this function.

Source from the content-addressed store, hash-verified

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|.

Calls

no outgoing calls

Tested by

no test coverage detected