Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Transforms/Vectorize/
H A DVPlanSlpTest.cpp100 VPBlockBase *Entry = Plan->getEntry()->getEntryBasicBlock(); in TEST_F()
102 VPBasicBlock *Body = Plan->getVectorLoopRegion()->getEntryBasicBlock(); in TEST_F()
172 VPBlockBase *Entry = Plan->getEntry()->getEntryBasicBlock(); in TEST_F()
174 VPBasicBlock *Body = Plan->getVectorLoopRegion()->getEntryBasicBlock(); in TEST_F()
244 VPBlockBase *Entry = Plan->getEntry()->getEntryBasicBlock(); in TEST_F()
246 VPBasicBlock *Body = Plan->getVectorLoopRegion()->getEntryBasicBlock(); in TEST_F()
308 VPBlockBase *Entry = Plan->getEntry()->getEntryBasicBlock(); in TEST_F()
310 VPBasicBlock *Body = Plan->getVectorLoopRegion()->getEntryBasicBlock(); in TEST_F()
445 VPBlockBase *Entry = Plan->getEntry()->getEntryBasicBlock(); in TEST_F()
447 VPBasicBlock *Body = Plan->getVectorLoopRegion()->getEntryBasicBlock(); in TEST_F()
[all...]
H A DVPlanHCFGTest.cpp46 VPBasicBlock *Entry = Plan->getEntry()->getEntryBasicBlock(); in TEST_F()
53 VPBasicBlock *VecBB = Plan->getVectorLoopRegion()->getEntryBasicBlock(); in TEST_F()
57 EXPECT_EQ(VecBB->getParent()->getEntryBasicBlock(), VecBB); in TEST_F()
209 VPBlockBase *Entry = Plan->getEntry()->getEntryBasicBlock(); in TEST_F()
216 VPBasicBlock *VecBB = Plan->getVectorLoopRegion()->getEntryBasicBlock();
220 EXPECT_EQ(VecBB->getParent()->getEntryBasicBlock(), VecBB);
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp117 VPBasicBlock *EntryVPBB = VPR->getEntryBasicBlock(); in sinkScalarOperands()
426 for (auto &Phi : Plan.getVectorLoopRegion()->getEntryBasicBlock()->phis()) { in removeRedundantInductionCasts()
470 VPBasicBlock *HeaderVPBB = Plan.getVectorLoopRegion()->getEntryBasicBlock(); in removeRedundantCanonicalIVs()
533 VPBasicBlock *HeaderVPBB = Plan.getVectorLoopRegion()->getEntryBasicBlock(); in createScalarIVSteps()
592 VPBasicBlock *HeaderVPBB = Plan.getVectorLoopRegion()->getEntryBasicBlock(); in legalizeAndOptimizeInductions()
802 make_early_inc_range(*Plan.getEntry()->getEntryBasicBlock())) { in sinkRecurrenceUsersAfterPrevious()
1216 Plan.getVectorLoopRegion()->getEntry()->getEntryBasicBlock()->phis()) in optimize()
1259 Plan.getVectorLoopRegion()->getEntryBasicBlock()->phis()) { in addVPLaneMaskPhiAndUpdateExitBranch()
1583 VPBasicBlock *HeaderVPBB = Plan.getVectorLoopRegion()->getEntryBasicBlock(); in dropPoisonGeneratingRecipes()
1815 VPBasicBlock *Header = Plan.getVectorLoopRegion()->getEntryBasicBlock();
[all...]
H A DVPlanVerifier.cpp75 ParentR->getEntryBasicBlock() == VPBB; in verifyPhiRecipes()
H A DVPlan.cpp159 const VPBasicBlock *VPBlockBase::getEntryBasicBlock() const { in getEntryBasicBlock()
166 VPBasicBlock *VPBlockBase::getEntryBasicBlock() { in getEntryBasicBlock()
1005 VPBasicBlock *Header = LoopRegion->getEntryBasicBlock(); in execute()
1318 const VPBlockBase *Head = To->getEntryBasicBlock(); in dumpBasicBlock()
155 const VPBasicBlock *VPBlockBase::getEntryBasicBlock() const { getEntryBasicBlock() function in VPBlockBase
162 VPBasicBlock *VPBlockBase::getEntryBasicBlock() { getEntryBasicBlock() function in VPBlockBase
H A DVPlan.h500 const VPBasicBlock *getEntryBasicBlock() const;
501 VPBasicBlock *getEntryBasicBlock();
4076 VPBasicBlock *EntryVPBB = getVectorLoopRegion()->getEntryBasicBlock();
H A DLoopVectorize.cpp2923 VPBasicBlock *HeaderVPBB = VectorRegion->getEntryBasicBlock(); in emitMemRuntimeChecks()
7763 VPBasicBlock *HeaderVPBB = LoopRegion->getEntryBasicBlock(); in createEpilogueVectorizedLoopSkeleton()
8207 VPBasicBlock *HeaderVPBB = Plan.getVectorLoopRegion()->getEntryBasicBlock(); in tryToWidenCall()
8947 VPBasicBlock *Header = TopRegion->getEntryBasicBlock(); in adjustRecipesForReductions()
9131 for (auto &HeaderPhi : VectorRegion->getEntryBasicBlock()->phis()) { in print()
9302 VPBasicBlock *HeaderVPBB = Plan->getVectorLoopRegion()->getEntryBasicBlock(); in execute()
9389 !Plan->getVectorLoopRegion()->getEntryBasicBlock()->empty() && in execute()
9542 for (auto &R : Plan->getVectorLoopRegion()->getEntryBasicBlock()->phis()) { in processLoopInVPlanNativePath()
9574 VPBasicBlock *Header = VectorLoopRegion->getEntryBasicBlock(); in processLoopInVPlanNativePath()
9709 Plan->getVectorLoopRegion()->getEntryBasicBlock() in areRuntimeChecksProfitable()
[all...]
H A DVPlanRecipes.cpp552 VPBasicBlock *Header = ParentRegion->getEntryBasicBlock(); in generatePerPart()
565 VPBasicBlock *Header = TopRegion->getEntry()->getEntryBasicBlock(); in generatePerPart()
3232 ->getEntryBasicBlock()
/llvm-project/llvm/lib/Analysis/
H A DTrace.cpp28 return getEntryBasicBlock()->getParent(); in getFunction()
/llvm-project/llvm/include/llvm/Analysis/
H A DTrace.h43 BasicBlock *getEntryBasicBlock () const { return BasicBlocks[0]; } in getEntryBasicBlock() function