Searched refs:getEntryBasicBlock (Results 1 – 9 of 9) sorted by relevance
28 return getEntryBasicBlock()->getParent(); in getFunction()
111 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()
69 ParentR->getEntryBasicBlock() == VPBB; in verifyPhiRecipes()
155 const VPBasicBlock *VPBlockBase::getEntryBasicBlock() const { in getEntryBasicBlock() function in VPBlockBase162 VPBasicBlock *VPBlockBase::getEntryBasicBlock() { in getEntryBasicBlock() function in VPBlockBase1027 VPBasicBlock *Header = getVectorLoopRegion()->getEntryBasicBlock(); in execute()1328 const VPBlockBase *Head = To->getEntryBasicBlock(); in drawEdge()
355 VPBasicBlock *VectorHeaderVPBB = TheRegion->getEntryBasicBlock(); in buildPlainCFG()
7376 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()
525 const VPBasicBlock *getEntryBasicBlock() const;526 VPBasicBlock *getEntryBasicBlock();3464 VPBasicBlock *EntryVPBB = getVectorLoopRegion()->getEntryBasicBlock(); in getCanonicalIV()
517 VPBasicBlock *Header = ParentRegion->getEntryBasicBlock(); in generatePerPart()532 VPBasicBlock *Header = TopRegion->getEntry()->getEntryBasicBlock(); in generatePerPart()
43 BasicBlock *getEntryBasicBlock () const { return BasicBlocks[0]; } in getEntryBasicBlock() function