Searched refs:OtherBB (Results 1 – 3 of 3) sorted by relevance
1526 BasicBlock *OtherBB = *PredIter; in mergeStoreIntoSuccessor() local1530 if (StoreBB == DestBB || OtherBB == DestBB) in mergeStoreIntoSuccessor()1534 BasicBlock::iterator BBI(OtherBB->getTerminator()); in mergeStoreIntoSuccessor()1536 if (!OtherBr || BBI == OtherBB->begin()) in mergeStoreIntoSuccessor()1547 if (BBI==OtherBB->begin()) in mergeStoreIntoSuccessor()1578 BBI->mayWriteToMemory() || BBI == OtherBB->begin()) in mergeStoreIntoSuccessor()1599 PN->addIncoming(OtherStore->getOperand(0), OtherBB); in mergeStoreIntoSuccessor()
1850 MachineBasicBlock *OtherBB = *Pred->succ_begin(); in canMoveBottomBlockToTop() local1851 if (OtherBB == BottomBlock) in canMoveBottomBlockToTop()1852 OtherBB = *Pred->succ_rbegin(); in canMoveBottomBlockToTop()1853 if (OtherBB == OldTop) in canMoveBottomBlockToTop()2035 MachineBasicBlock *OtherBB = nullptr; in findBestLoopTopHelper() local2037 OtherBB = *Pred->succ_begin(); in findBestLoopTopHelper()2038 if (OtherBB == OldTop) in findBestLoopTopHelper()2039 OtherBB = *Pred->succ_rbegin(); in findBestLoopTopHelper()2045 BlockFrequency Gains = FallThroughGains(Pred, OldTop, OtherBB, in findBestLoopTopHelper()
461 for (MachineBasicBlock &OtherBB : MF) { in emitEntryFunctionPrologue()462 if (&OtherBB == &MBB) in emitEntryFunctionPrologue()466 OtherBB.addLiveIn(ScratchWaveOffsetReg); in emitEntryFunctionPrologue()469 OtherBB.addLiveIn(ScratchRsrcReg); in emitEntryFunctionPrologue()