Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
245
inline void Function::AddBasicBlock(std::unique_ptr<BasicBlock> b) {
246
AddBasicBlock(std::move(b), end());
247
}
248
249
inline void Function::AddBasicBlock(std::unique_ptr<BasicBlock> b,
250
iterator ip) {
Callers
15
AddInstruction
Method · 0.45
EndModule
Method · 0.45
CreateBlockBefore
Method · 0.45
SplitLoopHeader
Method · 0.45
CreateLoopDedicatedExits
Method · 0.45
CloneLoop
Method · 0.45
PopulateLoopDesc
Method · 0.45
PerformUnswitch
Method · 0.45
Fuse
Method · 0.45
Clone
Method · 0.45
PopulateList
Method · 0.45
PostModificationCleanup
Method · 0.45
Calls
2
SetParent
Method · 0.45
InsertBefore
Method · 0.45
Tested by
no test coverage detected