Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/SPIRV-Tools
/ IsMergeBlock
Method
IsMergeBlock
source/opt/struct_cfg_analysis.cpp:213–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
}
212
213
bool StructuredCFGAnalysis::IsMergeBlock(uint32_t bb_id) {
214
return merge_blocks_.Get(bb_id);
215
}
216
217
std::unordered_set<uint32_t>
218
StructuredCFGAnalysis::FindFuncsCalledFromContinue() {
Callers
11
HasNontrivialUnreachableBlocks
Method · 0.80
IsApplicable
Method · 0.80
IsApplicable
Method · 0.80
Apply
Method · 0.80
IsApplicableToBlockRange
Method · 0.80
Apply
Method · 0.80
InstructionNeedsSplitBefore
Method · 0.80
MaybeGetExitBlockSuitableForOutlining
Method · 0.80
MaybeGetMergeBlockCandidate
Method · 0.80
IsApplicable
Method · 0.80
TEST_F
Function · 0.80
Calls
1
Get
Method · 0.45
Tested by
1
TEST_F
Function · 0.64