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

Method AddBasicBlock

source/opt/function.h:245–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245inline void Function::AddBasicBlock(std::unique_ptr<BasicBlock> b) {
246 AddBasicBlock(std::move(b), end());
247}
248
249inline void Function::AddBasicBlock(std::unique_ptr<BasicBlock> b,
250 iterator ip) {

Callers 15

AddInstructionMethod · 0.45
EndModuleMethod · 0.45
CreateBlockBeforeMethod · 0.45
SplitLoopHeaderMethod · 0.45
CloneLoopMethod · 0.45
PopulateLoopDescMethod · 0.45
PerformUnswitchMethod · 0.45
FuseMethod · 0.45
CloneMethod · 0.45
PopulateListMethod · 0.45

Calls 2

SetParentMethod · 0.45
InsertBeforeMethod · 0.45

Tested by

no test coverage detected