Searched refs:BInst (Results 1 – 4 of 4) sorted by relevance
231 auto *BInst = getDefOrUser(BDef, B.U); in localComesBefore() local232 return valueComesBefore(AInst, BInst); in localComesBefore()
393 Instruction *BInst);
1902 const AccessAnalysis::MemAccessInfo &B, Instruction *BInst) { in getDependenceDistanceStrideAndSize() argument1913 Type *BTy = getLoadStoreType(BInst); in getDependenceDistanceStrideAndSize()1933 std::swap(AInst, BInst); in getDependenceDistanceStrideAndSize()1941 LLVM_DEBUG(dbgs() << "LAA: Distance for " << *AInst << " to " << *BInst in getDependenceDistanceStrideAndSize()
2099 MCInst BInst; in processInstruction() local2100 BInst.setOpcode(inMicroMipsMode() ? Mips::BEQ_MM : Mips::BEQ); in processInstruction()2101 BInst.addOperand(MCOperand::createReg(Mips::ZERO)); in processInstruction()2102 BInst.addOperand(MCOperand::createReg(Mips::ZERO)); in processInstruction()2103 BInst.addOperand(Inst.getOperand(0)); in processInstruction()2104 Inst = BInst; in processInstruction()