Searched refs:OtherBB (Results 1 – 4 of 4) sorted by relevance
1535 BasicBlock *OtherBB = *PredIter; in mergeStoreIntoSuccessor() local1539 if (StoreBB == DestBB || OtherBB == DestBB) in mergeStoreIntoSuccessor()1543 BasicBlock::iterator BBI(OtherBB->getTerminator()); in mergeStoreIntoSuccessor()1545 if (!OtherBr || BBI == OtherBB->begin()) in mergeStoreIntoSuccessor()1566 if (BBI==OtherBB->begin()) in mergeStoreIntoSuccessor()1594 BBI->mayWriteToMemory() || BBI == OtherBB->begin()) in mergeStoreIntoSuccessor()1618 OtherBB); in mergeStoreIntoSuccessor()
2159 BasicBlock *ConstBB, *OtherBB; in foldBinopWithPhiOperands() local2163 OtherBB = Phi0->getIncomingBlock(1); in foldBinopWithPhiOperands()2166 OtherBB = Phi0->getIncomingBlock(0); in foldBinopWithPhiOperands()2176 auto *PredBlockBranch = dyn_cast<BranchInst>(OtherBB->getTerminator()); in foldBinopWithPhiOperands()2178 !DT.isReachableFromEntry(OtherBB)) in foldBinopWithPhiOperands()2197 Phi0->getIncomingValueForBlock(OtherBB), in foldBinopWithPhiOperands()2198 Phi1->getIncomingValueForBlock(OtherBB)); in foldBinopWithPhiOperands()2204 NewPhi->addIncoming(NewBO, OtherBB); in foldBinopWithPhiOperands()
2014 MachineBasicBlock *OtherBB = *Pred->succ_begin(); in canMoveBottomBlockToTop() local2015 if (OtherBB == BottomBlock) in canMoveBottomBlockToTop()2016 OtherBB = *Pred->succ_rbegin(); in canMoveBottomBlockToTop()2017 if (OtherBB == OldTop) in canMoveBottomBlockToTop()2195 MachineBasicBlock *OtherBB = nullptr; in findBestLoopTopHelper() local2197 OtherBB = *Pred->succ_begin(); in findBestLoopTopHelper()2198 if (OtherBB == OldTop) in findBestLoopTopHelper()2199 OtherBB = *Pred->succ_rbegin(); in findBestLoopTopHelper()2206 FallThroughGains(Pred, OldTop, OtherBB, LoopBlockSet); in findBestLoopTopHelper()
635 for (MachineBasicBlock &OtherBB : MF) { in emitEntryFunctionPrologue()636 if (&OtherBB != &MBB) { in emitEntryFunctionPrologue()637 OtherBB.addLiveIn(ScratchRsrcReg); in emitEntryFunctionPrologue()