Searched refs:OtherBB (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1526 BasicBlock *OtherBB = *PredIter; local
1530 if (StoreBB == DestBB || OtherBB == DestBB)
1534 BasicBlock::iterator BBI(OtherBB->getTerminator());
1536 if (!OtherBr || BBI == OtherBB->begin())
1547 if (BBI==OtherBB->begin())
1566 // lives in OtherBB.
1578 BBI->mayWriteToMemory() || BBI == OtherBB->begin())
1599 PN->addIncoming(OtherStore->getOperand(0), OtherBB);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp1850 MachineBasicBlock *OtherBB = *Pred->succ_begin();
1851 if (OtherBB == BottomBlock)
1852 OtherBB = *Pred->succ_rbegin();
1853 if (OtherBB == OldTop)
2035 MachineBasicBlock *OtherBB = nullptr; local
2037 OtherBB = *Pred->succ_begin();
2038 if (OtherBB == OldTop)
2039 OtherBB = *Pred->succ_rbegin();
2045 BlockFrequency Gains = FallThroughGains(Pred, OldTop, OtherBB,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp461 for (MachineBasicBlock &OtherBB : MF) {
462 if (&OtherBB == &MBB)
466 OtherBB.addLiveIn(ScratchWaveOffsetReg);
469 OtherBB.addLiveIn(ScratchRsrcReg);

Completed in 87 milliseconds