Searched refs:BInst (Results 1 – 3 of 3) sorted by relevance
564 BranchInst *BInst = dyn_cast<BranchInst>(DomBB->getTerminator()); in isUnreachableDueToPreviousUnswitching() local569 if (!BInst || !BInst->isConditional()) in isUnreachableDueToPreviousUnswitching()572 Value *Cond = BInst->getCondition(); in isUnreachableDueToPreviousUnswitching()578 ? BInst->getSuccessor(1) in isUnreachableDueToPreviousUnswitching()579 : BInst->getSuccessor(0); in isUnreachableDueToPreviousUnswitching()
249 auto *BInst = getDefOrUser(BDef, B.U); in localComesBefore() local250 return valueComesBefore(OI, AInst, BInst); in localComesBefore()
2083 MCInst BInst; in processInstruction() local2084 BInst.setOpcode(inMicroMipsMode() ? Mips::BEQ_MM : Mips::BEQ); in processInstruction()2085 BInst.addOperand(MCOperand::createReg(Mips::ZERO)); in processInstruction()2086 BInst.addOperand(MCOperand::createReg(Mips::ZERO)); in processInstruction()2087 BInst.addOperand(Inst.getOperand(0)); in processInstruction()2088 Inst = BInst; in processInstruction()