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