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

Method ComputeControlDependenceGraph

source/opt/control_dependence.cpp:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void ControlDependenceAnalysis::ComputeControlDependenceGraph(
137 const CFG& cfg, const PostDominatorAnalysis& pdom) {
138 ComputePostDominanceFrontiers(cfg, pdom);
139 ComputeForwardGraphFromReverse();
140}
141
142void ControlDependenceAnalysis::ComputeForwardGraphFromReverse() {
143 for (const auto& entry : reverse_nodes_) {

Callers 2

SetupMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected