Searched refs:OtherBB (Results 1 – 4 of 4) sorted by relevance
1502 BasicBlock *OtherBB = *PredIter; in mergeStoreIntoSuccessor() local1506 if (StoreBB == DestBB || OtherBB == DestBB) in mergeStoreIntoSuccessor()1510 BasicBlock::iterator BBI(OtherBB->getTerminator()); in mergeStoreIntoSuccessor()1512 if (!OtherBr || BBI == OtherBB->begin()) in mergeStoreIntoSuccessor()1533 if (BBI==OtherBB->begin()) in mergeStoreIntoSuccessor()1561 BBI->mayWriteToMemory() || BBI == OtherBB->begin()) in mergeStoreIntoSuccessor()1585 OtherBB); in mergeStoreIntoSuccessor()
1937 BasicBlock *ConstBB, *OtherBB; in foldBinopWithPhiOperands() local1941 OtherBB = Phi0->getIncomingBlock(1); in foldBinopWithPhiOperands()1944 OtherBB = Phi0->getIncomingBlock(0); in foldBinopWithPhiOperands()1954 auto *PredBlockBranch = dyn_cast<BranchInst>(OtherBB->getTerminator()); in foldBinopWithPhiOperands()1956 !DT.isReachableFromEntry(OtherBB)) in foldBinopWithPhiOperands()1975 Phi0->getIncomingValueForBlock(OtherBB), in foldBinopWithPhiOperands()1976 Phi1->getIncomingValueForBlock(OtherBB)); in foldBinopWithPhiOperands()1982 NewPhi->addIncoming(NewBO, OtherBB); in foldBinopWithPhiOperands()
1953 MachineBasicBlock *OtherBB = *Pred->succ_begin(); in canMoveBottomBlockToTop() local1954 if (OtherBB == BottomBlock) in canMoveBottomBlockToTop()1955 OtherBB = *Pred->succ_rbegin(); in canMoveBottomBlockToTop()1956 if (OtherBB == OldTop) in canMoveBottomBlockToTop()2140 MachineBasicBlock *OtherBB = nullptr; in findBestLoopTopHelper() local2142 OtherBB = *Pred->succ_begin(); in findBestLoopTopHelper()2143 if (OtherBB == OldTop) in findBestLoopTopHelper()2144 OtherBB = *Pred->succ_rbegin(); in findBestLoopTopHelper()2150 BlockFrequency Gains = FallThroughGains(Pred, OldTop, OtherBB, in findBestLoopTopHelper()
634 for (MachineBasicBlock &OtherBB : MF) { in emitEntryFunctionPrologue()635 if (&OtherBB != &MBB) { in emitEntryFunctionPrologue()636 OtherBB.addLiveIn(ScratchRsrcReg); in emitEntryFunctionPrologue()