HomeSort by: relevance | last modified time | path
    Searched refs:OtherBB (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 1473 BasicBlock *OtherBB = *PredIter;
1477 if (StoreBB == DestBB || OtherBB == DestBB)
1481 BasicBlock::iterator BBI(OtherBB->getTerminator());
1483 if (!OtherBr || BBI == OtherBB->begin())
1494 if (BBI==OtherBB->begin())
1513 // lives in OtherBB.
1525 BBI->mayWriteToMemory() || BBI == OtherBB->begin())
1546 PN->addIncoming(OtherStore->getOperand(0), OtherBB);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 1885 MachineBasicBlock *OtherBB = *Pred->succ_begin();
1886 if (OtherBB == BottomBlock)
1887 OtherBB = *Pred->succ_rbegin();
1888 if (OtherBB == OldTop)
2070 MachineBasicBlock *OtherBB = nullptr;
2072 OtherBB = *Pred->succ_begin();
2073 if (OtherBB == OldTop)
2074 OtherBB = *Pred->succ_rbegin();
2080 BlockFrequency Gains = FallThroughGains(Pred, OldTop, OtherBB,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIFrameLowering.cpp 431 for (MachineBasicBlock &OtherBB : MF) {
432 if (&OtherBB != &MBB) {
433 OtherBB.addLiveIn(ScratchRsrcReg);

Completed in 21 milliseconds