Home
last modified time | relevance | path

Searched refs:indirectJmpTarget (Results 1 – 3 of 3) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DFlowGraph.h209 std::unordered_set<G4_INST*> indirectJmpTarget; variable
596 return indirectJmpTarget.count(inst) > 0; in isIndirectJmpTarget()
H A DG4_IR.hpp1294 std::list<G4_Label*> indirectJmpTarget; member in vISA::G4_InstCF
1356 indirectJmpTarget.push_back(label); in addIndirectJmpLabel()
1361 return indirectJmpTarget; in getIndirectJmpLabels()
H A DFlowGraph.cpp769 indirectJmpTarget.emplace(jmpInst); in constructFlowGraph()