Lines Matching refs:UncondBr
146 MachineInstr *UncondBr; member
226 MachineInstr *Br, MachineInstr *&UncondBr, in splitEdge() argument
248 if (!UncondBr) { in splitEdge()
257 UncondBr = &*BrBuilder; in splitEdge()
267 assert(!UncondBr && in splitEdge()
648 Info.UncondBr = &MI; in collectBlockCondInfo()
663 Info.UncondBr = &MI; in collectBlockCondInfo()
702 MachineInstr *UncondBr = Info.UncondBr; in tracePredStateThroughCFG() local
711 UncondBr ? (UncondBr->getOpcode() == X86::JMP_1 in tracePredStateThroughCFG()
712 ? UncondBr->getOperand(0).getMBB() in tracePredStateThroughCFG()
727 MachineInstr *Br, MachineInstr *&UncondBr, in tracePredStateThroughCFG()
734 : splitEdge(MBB, Succ, SuccCount, Br, UncondBr, *TII); in tracePredStateThroughCFG()
795 BuildCheckingBlockForSuccAndConds(MBB, Succ, SuccCount, CondBr, UncondBr, in tracePredStateThroughCFG()
829 UncondBr, UncondBr, UncondCodeSeq); in tracePredStateThroughCFG()