Home
last modified time | relevance | path

Searched defs:gotoInst (Results 1 – 3 of 3) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DCFGStructurizer.cpp55 G4_INST *gotoInst; member in __anon981c03960311::ControlGraph
1037 G4_INST* gotoInst = getGotoInst(P); in preProcess() local
1371 G4_INST *gotoInst = getGotoInst(pred); in getCGBegin() local
1384 G4_INST *gotoInst = getGotoInst(bb); in getCGBegin() local
1851 G4_INST *gotoInst = begin->back(); in finalizeHG() local
2168 G4_INST *gotoInst = getGotoInst(splitBB); in addSplitBBAtEnd() local
2733 G4_INST *gotoInst = getGotoInst(bb); in constructPST() local
3168 G4_INST *gotoInst = begin->back(); in convertIf() local
3440 G4_INST *gotoInst = end->back(); in convertDoWhile() local
3522 G4_INST *gotoInst = gotoBB->back(); in generateGotoJoin() local
[all …]
H A DFlowGraph.cpp1262 G4_INST* gotoInst = builder->createInternalCFInst(retInst->getPredicate(), in handleExit() local
3226 void FlowGraph::convertGotoToJmpi(G4_INST *gotoInst) in convertGotoToJmpi()
3968 G4_INST* gotoInst = bb->back(); in addSIMDEdges() local
H A DLoopAnalysis.cpp787 auto gotoInst = pred->back()->asCFInst(); in getPreheader() local