Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1526 BasicBlock *OtherBB = *PredIter; in mergeStoreIntoSuccessor() local
1530 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp1850 MachineBasicBlock *OtherBB = *Pred->succ_begin(); in canMoveBottomBlockToTop() local
1851 if (OtherBB == BottomBlock) in canMoveBottomBlockToTop()
1852 OtherBB = *Pred->succ_rbegin(); in canMoveBottomBlockToTop()
1853 if (OtherBB == OldTop) in canMoveBottomBlockToTop()
2035 MachineBasicBlock *OtherBB = nullptr; in findBestLoopTopHelper() local
2037 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFrameLowering.cpp461 for (MachineBasicBlock &OtherBB : MF) { in emitEntryFunctionPrologue()
462 if (&OtherBB == &MBB) in emitEntryFunctionPrologue()
466 OtherBB.addLiveIn(ScratchWaveOffsetReg); in emitEntryFunctionPrologue()
469 OtherBB.addLiveIn(ScratchRsrcReg); in emitEntryFunctionPrologue()