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

Method AddInstructions

source/opt/basic_block.h:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253inline void BasicBlock::AddInstructions(BasicBlock* bp) {
254 auto bEnd = end();
255 (void)bEnd.MoveBefore(&bp->insts_);
256}
257
258inline bool BasicBlock::WhileEachInst(
259 const std::function<bool(Instruction*)>& f, bool run_on_debug_line_insts) {

Callers 1

MergeWithSuccessorFunction · 0.80

Calls 1

MoveBeforeMethod · 0.80

Tested by

no test coverage detected