Home
last modified time | relevance | path

Searched refs:OtherBB (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1535 BasicBlock *OtherBB = *PredIter; in mergeStoreIntoSuccessor() local
1539 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()
H A DInstructionCombining.cpp2159 BasicBlock *ConstBB, *OtherBB; in foldBinopWithPhiOperands() local
2163 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2014 MachineBasicBlock *OtherBB = *Pred->succ_begin(); in canMoveBottomBlockToTop() local
2015 if (OtherBB == BottomBlock) in canMoveBottomBlockToTop()
2016 OtherBB = *Pred->succ_rbegin(); in canMoveBottomBlockToTop()
2017 if (OtherBB == OldTop) in canMoveBottomBlockToTop()
2195 MachineBasicBlock *OtherBB = nullptr; in findBestLoopTopHelper() local
2197 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp635 for (MachineBasicBlock &OtherBB : MF) { in emitEntryFunctionPrologue()
636 if (&OtherBB != &MBB) { in emitEntryFunctionPrologue()
637 OtherBB.addLiveIn(ScratchRsrcReg); in emitEntryFunctionPrologue()