Home
last modified time | relevance | path

Searched refs:getEntryBasicBlock (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTrace.cpp28 return getEntryBasicBlock()->getParent(); in getFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp108 VPBasicBlock *EntryVPBB = VPR->getEntryBasicBlock(); in sinkScalarOperands()
399 for (auto &Phi : Plan.getVectorLoopRegion()->getEntryBasicBlock()->phis()) { in removeRedundantInductionCasts()
441 VPBasicBlock *HeaderVPBB = Plan.getVectorLoopRegion()->getEntryBasicBlock(); in removeRedundantCanonicalIVs()
496 VPBasicBlock *HeaderVPBB = Plan.getVectorLoopRegion()->getEntryBasicBlock(); in createScalarIVSteps()
514 VPBasicBlock *HeaderVPBB = Plan.getVectorLoopRegion()->getEntryBasicBlock(); in optimizeInductions()
544 make_early_inc_range(*Plan.getEntry()->getEntryBasicBlock())) { in removeRedundantExpandSCEVRecipes()
714 Plan.getVectorLoopRegion()->getEntry()->getEntryBasicBlock()->phis()) in adjustFixedOrderRecurrences()
755 Plan.getVectorLoopRegion()->getEntryBasicBlock()->phis()) { in clearReductionWrapFlags()
H A DVPlanVerifier.cpp145 ParentR->getEntryBasicBlock() == VPBB; in verifyPhiRecipes()
H A DVPlan.cpp151 const VPBasicBlock *VPBlockBase::getEntryBasicBlock() const { in getEntryBasicBlock() function in VPBlockBase
158 VPBasicBlock *VPBlockBase::getEntryBasicBlock() { in getEntryBasicBlock() function in VPBlockBase
793 VPBasicBlock *Header = getVectorLoopRegion()->getEntryBasicBlock(); in execute()
1045 const VPBlockBase *Head = To->getEntryBasicBlock(); in drawEdge()
H A DVPlan.h510 const VPBasicBlock *getEntryBasicBlock() const;
511 VPBasicBlock *getEntryBasicBlock();
2854 VPBasicBlock *EntryVPBB = getVectorLoopRegion()->getEntryBasicBlock(); in getCanonicalIV()
H A DVPlanRecipes.cpp368 VPBasicBlock *Header = ParentRegion->getEntryBasicBlock(); in generateInstruction()
394 VPBasicBlock *Header = TopRegion->getEntry()->getEntryBasicBlock(); in generateInstruction()
H A DLoopVectorize.cpp3475 VPBasicBlock *HeaderVPBB = VectorRegion->getEntryBasicBlock(); in fixVectorizedLoop()
7640 BestVPlan.getVectorLoopRegion()->getEntryBasicBlock(); in executePlan()
8062 VPBasicBlock *HeaderVPBB = Plan.getVectorLoopRegion()->getEntryBasicBlock(); in createHeaderMask()
8623 VPBasicBlock *Header = TopRegion->getEntryBasicBlock(); in addCanonicalIVRecipes()
8829 !Plan->getVectorLoopRegion()->getEntryBasicBlock()->empty() && in tryToBuildVPlanWithVPRecipes()
8967 VPBasicBlock *Header = VectorLoopRegion->getEntryBasicBlock(); in adjustRecipesForReductions()
9117 Plan->getVectorLoopRegion()->getEntryBasicBlock()->phis()) { in adjustRecipesForReductions()
10172 VPBasicBlock *Header = VectorLoop->getEntryBasicBlock(); in processLoop()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTrace.h43 BasicBlock *getEntryBasicBlock () const { return BasicBlocks[0]; } in getEntryBasicBlock() function