Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp116 VPBasicBlock *EntryVPBB = VPR->getEntryBasicBlock(); in sinkScalarOperands()
343 for (auto &Phi : Plan.getVectorLoopRegion()->getEntryBasicBlock()->phis()) { in removeRedundantInductionCasts()
386 VPBasicBlock *HeaderVPBB = Plan.getVectorLoopRegion()->getEntryBasicBlock(); in removeRedundantCanonicalIVs()
426 VPBasicBlock *HeaderVPBB = Plan.getVectorLoopRegion()->getEntryBasicBlock(); in optimizeInductions()
474 make_early_inc_range(*Plan.getEntry()->getEntryBasicBlock())) { in removeRedundantExpandSCEVRecipes()
H A DVPlan.cpp148 const VPBasicBlock *VPBlockBase::getEntryBasicBlock() const { in getEntryBasicBlock() function in VPBlockBase
155 VPBasicBlock *VPBlockBase::getEntryBasicBlock() { in getEntryBasicBlock() function in VPBlockBase
600 VPBasicBlock *Header = getVectorLoopRegion()->getEntryBasicBlock(); in getActiveLaneMaskPhi()
682 VPBasicBlock *Header = getVectorLoopRegion()->getEntryBasicBlock(); in execute()
905 const VPBlockBase *Head = To->getEntryBasicBlock(); in drawEdge()
1123 VPBasicBlock *Preheader = Plan.getEntry()->getEntryBasicBlock(); in getOrCreateVPValueForSCEVExpr()
H A DVPlanVerifier.cpp144 ParentR->getEntryBasicBlock() == VPBB; in verifyPhiRecipes()
H A DVPlanRecipes.cpp308 VPBasicBlock *Header = ParentRegion->getEntryBasicBlock(); in generateInstruction()
334 VPBasicBlock *Header = TopRegion->getEntry()->getEntryBasicBlock(); in generateInstruction()
1265 if (LoopRegion->getEntryBasicBlock() == Parent) { in execute()
H A DVPlan.h478 const VPBasicBlock *getEntryBasicBlock() const;
479 VPBasicBlock *getEntryBasicBlock();
2362 VPBasicBlock *EntryVPBB = getVectorLoopRegion()->getEntryBasicBlock(); in getCanonicalIV()
H A DLoopVectorize.cpp3736 State.Plan->getVectorLoopRegion()->getEntryBasicBlock(); in fixCrossIterationPHIs()
7701 BestVPlan.getVectorLoopRegion()->getEntryBasicBlock(); in executePlan()
8116 Plan->getVectorLoopRegion()->getEntryBasicBlock(); in createBlockInMask()
8728 VPBasicBlock *Header = TopRegion->getEntryBasicBlock(); in addCanonicalIVRecipes()
8744 VPBasicBlock *Preheader = Plan.getEntry()->getEntryBasicBlock(); in addCanonicalIVRecipes()
8996 !Plan->getVectorLoopRegion()->getEntryBasicBlock()->empty() && in buildVPlanWithVPRecipes()
9082 Plan->getVectorLoopRegion()->getEntryBasicBlock()->phis()) { in buildVPlanWithVPRecipes()
9307 Plan->getVectorLoopRegion()->getEntryBasicBlock()->phis()) { in adjustRecipesForReductions()
10497 VPBasicBlock *Header = VectorLoop->getEntryBasicBlock(); in processLoop()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTrace.cpp28 return getEntryBasicBlock()->getParent(); in getFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTrace.h43 BasicBlock *getEntryBasicBlock () const { return BasicBlocks[0]; } in getEntryBasicBlock() function