Searched refs:BInst (Results 1 – 4 of 4) sorted by relevance
191 const Instruction *BInst = getDefOrUser(B); in localComesBefore() local192 return AInst->comesBefore(BInst); in localComesBefore()
425 Instruction *BInst);
1992 const AccessAnalysis::MemAccessInfo &B, Instruction *BInst) { in getDependenceDistanceStrideAndSize() argument2003 Type *BTy = getLoadStoreType(BInst); in getDependenceDistanceStrideAndSize()2023 std::swap(AInst, BInst); in getDependenceDistanceStrideAndSize()2032 LLVM_DEBUG(dbgs() << "LAA: Distance for " << *AInst << " to " << *BInst in getDependenceDistanceStrideAndSize()
2053 MCInst BInst; in processInstruction() local2054 BInst.setOpcode(inMicroMipsMode() ? Mips::BEQ_MM : Mips::BEQ); in processInstruction()2055 BInst.addOperand(MCOperand::createReg(Mips::ZERO)); in processInstruction()2056 BInst.addOperand(MCOperand::createReg(Mips::ZERO)); in processInstruction()2057 BInst.addOperand(Inst.getOperand(0)); in processInstruction()2058 Inst = BInst; in processInstruction()