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

Method set_corresponding_constructs

source/val/construct.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void Construct::set_corresponding_constructs(
59 std::vector<Construct*> constructs) {
60 assert(ValidateConstructSize(type_, constructs.size()));
61 corresponding_constructs_ = constructs;
62}
63
64const BasicBlock* Construct::entry_block() const { return entry_block_; }
65BasicBlock* Construct::entry_block() { return entry_block_; }

Callers 1

RegisterLoopMergeMethod · 0.80

Calls 2

ValidateConstructSizeFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected