Home
last modified time | relevance | path

Searched refs:getLabelBB (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DFlowGraph.cpp263 G4_BB* FlowGraph::getLabelBB(Label_BB_Map& map, G4_Label* label) in getLabelBB() function in FlowGraph
298 G4_BB* bb = getLabelBB(map, labelInst->getLabel()); in beginBB()
752 addPredSuccEdges(curr_BB, getLabelBB(labelMap, i->getSrc(0)->asLabel())); in constructFlowGraph()
772 addPredSuccEdges(curr_BB, getLabelBB(labelMap, (*it))); in constructFlowGraph()
805 … addPredSuccEdges(curr_BB, getLabelBB(labelMap, i->asCFInst()->getJip())); in constructFlowGraph()
812 … addPredSuccEdges(curr_BB, getLabelBB(labelMap, i->asCFInst()->getJip())); in constructFlowGraph()
835 addPredSuccEdges(curr_BB, getLabelBB(labelMap, i->asCFInst()->getJip())); in constructFlowGraph()
838 addPredSuccEdges(curr_BB, getLabelBB(labelMap, i->asCFInst()->getUip())); in constructFlowGraph()
875 addPredSuccEdges(curr_BB, getLabelBB(labelMap, i->asCFInst()->getUip())); in constructFlowGraph()
H A DFlowGraph.h342 G4_BB* getLabelBB(Label_BB_Map& map, G4_Label* label);