Home
last modified time | relevance | path

Searched refs:getUniquePredecessor (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DBasicBlock.h202 BasicBlock *getUniquePredecessor();
203 const BasicBlock *getUniquePredecessor() const { in getUniquePredecessor() function
204 return const_cast<BasicBlock*>(this)->getUniquePredecessor(); in getUniquePredecessor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DBasicBlock.h238 const BasicBlock *getUniquePredecessor() const;
239 BasicBlock *getUniquePredecessor() { in getUniquePredecessor() function
241 static_cast<const BasicBlock *>(this)->getUniquePredecessor()); in getUniquePredecessor()
DStatepoint.h348 cast<Instruction>(Token)->getParent()->getUniquePredecessor(); in getStatepoint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp945 if (OuterLoop->getLoopLatch()->getUniquePredecessor() == nullptr) in areOuterLoopExitPHIsSupported()
1451 !OuterLoopPreHeader->getUniquePredecessor()) in adjustLoopBranches()
1463 BasicBlock *OuterLoopPredecessor = OuterLoopPreHeader->getUniquePredecessor(); in adjustLoopBranches()
1465 InnerLoopLatch->getUniquePredecessor(); in adjustLoopBranches()
DSink.cpp114 if (SuccToSinkTo->getUniquePredecessor() != Inst->getParent()) { in IsAcceptableTarget()
DSimpleLoopUnswitch.cpp456 if (FullUnswitch && LoopExitBB->getUniquePredecessor()) { in unswitchTrivialBranch()
457 assert(LoopExitBB->getUniquePredecessor() == BI.getParent() && in unswitchTrivialBranch()
2020 if (SuccBB->getUniquePredecessor() || in unswitchNontrivialInvariants()
2723 if (SuccBB->getUniquePredecessor() || in unswitchBestCondition()
DRewriteStatepointsForGC.cpp1225 if (!BB->getUniquePredecessor()) in normalizeForInvokeSafepoint()
1534 UnwindBlock->getUniquePredecessor() && in makeStatepointExplicitImpl()
1551 NormalDest->getUniquePredecessor() && in makeStatepointExplicitImpl()
2564 if (BB.getUniquePredecessor()) { in runOnFunction()
DPlaceSafepoints.cpp401 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
DTailRecursionElimination.cpp385 if (BasicBlock *UniquePred = RI->getParent()->getUniquePredecessor()) in isDynamicConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DBasicBlock.cpp253 const BasicBlock *BasicBlock::getUniquePredecessor() const { in getUniquePredecessor() function in BasicBlock
DVerifier.cpp3639 Assert(BB->getUniquePredecessor() == CPI->getCatchSwitch()->getParent(), in visitEHPadPredecessors()
4510 LandingPad->getParent()->getUniquePredecessor(); in visitIntrinsicCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp525 assert(PRegEntryBB->getUniquePredecessor() == &ArtificialEntry); in CreateParallel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp54 if (BasicBlock *Pred = BB->getUniquePredecessor()) { in getPreviousDefRecursive()
1220 assert(From->getUniquePredecessor() == To && in moveAllAfterMergeBlocks()
DLint.cpp686 BB = BB->getUniquePredecessor(); in findValueImpl()
DLoopInfo.cpp386 BasicBlock *GuardBB = Preheader->getUniquePredecessor(); in getLoopGuardBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollAndJam.cpp548 BasicBlock *Fold = Dest->getUniquePredecessor(); in UnrollAndJamLoop()
DLoopUnroll.cpp884 BasicBlock *Fold = Dest->getUniquePredecessor(); in UnrollLoop()
DBasicBlockUtils.cpp179 BasicBlock *PredBB = BB->getUniquePredecessor(); in MergeBlockIntoPredecessor()
DSimplifyCFG.cpp5329 if (Pred != BranchBlock && Pred->getUniquePredecessor() != BranchBlock) in reuseTableCompare()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp703 BasicBlock *Pred = BB->getUniquePredecessor(); in isMergingEmptyBlockProfitable()
753 if (SameValueBB->getUniquePredecessor() == Pred && in isMergingEmptyBlockProfitable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3343 if (UserIsSuccessor && UserParent->getUniquePredecessor()) { in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp6089 if (!NormalDestBB->getUniquePredecessor()) in run()