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

Method structural_predecessors

source/val/basic_block.h:68–70  ·  view source on GitHub ↗

Returns the structural successors of the BasicBlock

Source from the content-addressed store, hash-verified

66
67 /// Returns the structural successors of the BasicBlock
68 std::vector<BasicBlock*>* structural_predecessors() {
69 return &structural_predecessors_;
70 }
71
72 /// Returns the structural predecessors of the BasicBlock
73 const std::vector<BasicBlock*>* structural_predecessors() const {

Calls

no outgoing calls

Tested by

no test coverage detected