Searched refs:BBSucc (Results 1 – 3 of 3) sorted by relevance
372 BasicBlock *BBSucc = Instr->getSuccessor(0); in convertBrInstruction() local373 return Ice::InstBr::create(Func.get(), mapBasicBlockToNode(BBSucc)); in convertBrInstruction()
1912 for (auto *BBSucc : successors(ParentBB)) in emitInstructionAnnot() local1913 if (DT.dominates(ParentBB, BBSucc)) in emitInstructionAnnot()1914 printResult(BBSucc); in emitInstructionAnnot()
2027 for (auto *BBSucc : successors(ParentBB)) in emitInstructionAnnot() local2028 if (DT.dominates(ParentBB, BBSucc)) in emitInstructionAnnot()2029 printResult(BBSucc); in emitInstructionAnnot()