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

Method current_block

source/val/function.cpp:201–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199std::vector<BasicBlock*>& Function::ordered_blocks() { return ordered_blocks_; }
200
201const BasicBlock* Function::current_block() const { return current_block_; }
202BasicBlock* Function::current_block() { return current_block_; }
203
204const std::list<Construct>& Function::constructs() const {

Callers 4

FirstBlockAssertFunction · 0.80
CfgPassFunction · 0.80
in_blockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected