Searched refs:BInst (Results 1 – 2 of 2) sorted by relevance
238 auto *BInst = getDefOrUser(BDef, B.U); in localComesBefore() local239 return valueComesBefore(AInst, BInst); in localComesBefore()
2095 MCInst BInst; in processInstruction() local2096 BInst.setOpcode(inMicroMipsMode() ? Mips::BEQ_MM : Mips::BEQ); in processInstruction()2097 BInst.addOperand(MCOperand::createReg(Mips::ZERO)); in processInstruction()2098 BInst.addOperand(MCOperand::createReg(Mips::ZERO)); in processInstruction()2099 BInst.addOperand(Inst.getOperand(0)); in processInstruction()2100 Inst = BInst; in processInstruction()