Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DTrace.cpp28 return getEntryBasicBlock()->getParent(); in getFunction()
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp111 VPBasicBlock *EntryVPBB = VPR->getEntryBasicBlock(); in sinkScalarOperands()
421 for (auto &Phi : Plan.getVectorLoopRegion()->getEntryBasicBlock()->phis()) { in removeRedundantInductionCasts()
465 VPBasicBlock *HeaderVPBB = Plan.getVectorLoopRegion()->getEntryBasicBlock(); in removeRedundantCanonicalIVs()
528 VPBasicBlock *HeaderVPBB = Plan.getVectorLoopRegion()->getEntryBasicBlock(); in createScalarIVSteps()
580 VPBasicBlock *HeaderVPBB = Plan.getVectorLoopRegion()->getEntryBasicBlock(); in legalizeAndOptimizeInductions()
640 make_early_inc_range(*Plan.getEntry()->getEntryBasicBlock())) { in removeRedundantExpandSCEVRecipes()
825 Plan.getVectorLoopRegion()->getEntry()->getEntryBasicBlock()->phis()) in adjustFixedOrderRecurrences()
973 Plan.getVectorLoopRegion()->getEntryBasicBlock()->phis()) { in clearReductionWrapFlags()
1351 VPBasicBlock *HeaderVPBB = Plan.getVectorLoopRegion()->getEntryBasicBlock(); in collectAllHeaderMasks()
1431 VPBasicBlock *Header = Plan.getVectorLoopRegion()->getEntryBasicBlock(); in tryAddExplicitVectorLength()
H A DVPlanVerifier.cpp69 ParentR->getEntryBasicBlock() == VPBB; in verifyPhiRecipes()
H A DVPlan.cpp155 const VPBasicBlock *VPBlockBase::getEntryBasicBlock() const { in getEntryBasicBlock() function in VPBlockBase
162 VPBasicBlock *VPBlockBase::getEntryBasicBlock() { in getEntryBasicBlock() function in VPBlockBase
1027 VPBasicBlock *Header = getVectorLoopRegion()->getEntryBasicBlock(); in execute()
1328 const VPBlockBase *Head = To->getEntryBasicBlock(); in drawEdge()
H A DVPlanHCFGBuilder.cpp355 VPBasicBlock *VectorHeaderVPBB = TheRegion->getEntryBasicBlock(); in buildPlainCFG()
H A DLoopVectorize.cpp7376 BestVPlan.getVectorLoopRegion()->getEntryBasicBlock(); in executePlan()
7820 VPBasicBlock *HeaderVPBB = Plan.getVectorLoopRegion()->getEntryBasicBlock(); in createHeaderMask()
8357 VPBasicBlock *Header = TopRegion->getEntryBasicBlock(); in addCanonicalIVRecipes()
8436 for (auto &HeaderPhi : VectorRegion->getEntryBasicBlock()->phis()) { in addLiveOutsForFirstOrderRecurrences()
8531 VPBasicBlock *HeaderVPBB = Plan->getVectorLoopRegion()->getEntryBasicBlock(); in tryToBuildVPlanWithVPRecipes()
8611 !Plan->getVectorLoopRegion()->getEntryBasicBlock()->empty() && in tryToBuildVPlanWithVPRecipes()
8770 VPBasicBlock *Header = VectorLoopRegion->getEntryBasicBlock(); in adjustRecipesForReductions()
8938 Plan->getVectorLoopRegion()->getEntryBasicBlock()->phis()) { in adjustRecipesForReductions()
9986 VPBasicBlock *Header = VectorLoop->getEntryBasicBlock(); in processLoop()
H A DVPlan.h525 const VPBasicBlock *getEntryBasicBlock() const;
526 VPBasicBlock *getEntryBasicBlock();
3464 VPBasicBlock *EntryVPBB = getVectorLoopRegion()->getEntryBasicBlock(); in getCanonicalIV()
H A DVPlanRecipes.cpp517 VPBasicBlock *Header = ParentRegion->getEntryBasicBlock(); in generatePerPart()
532 VPBasicBlock *Header = TopRegion->getEntry()->getEntryBasicBlock(); in generatePerPart()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTrace.h43 BasicBlock *getEntryBasicBlock () const { return BasicBlocks[0]; } in getEntryBasicBlock() function