Searched refs:getEntryBasicBlock (Results 1 – 8 of 8) sorted by relevance
116 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()
148 const VPBasicBlock *VPBlockBase::getEntryBasicBlock() const { in getEntryBasicBlock() function in VPBlockBase155 VPBasicBlock *VPBlockBase::getEntryBasicBlock() { in getEntryBasicBlock() function in VPBlockBase600 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()
144 ParentR->getEntryBasicBlock() == VPBB; in verifyPhiRecipes()
308 VPBasicBlock *Header = ParentRegion->getEntryBasicBlock(); in generateInstruction()334 VPBasicBlock *Header = TopRegion->getEntry()->getEntryBasicBlock(); in generateInstruction()1265 if (LoopRegion->getEntryBasicBlock() == Parent) { in execute()
478 const VPBasicBlock *getEntryBasicBlock() const;479 VPBasicBlock *getEntryBasicBlock();2362 VPBasicBlock *EntryVPBB = getVectorLoopRegion()->getEntryBasicBlock(); in getCanonicalIV()
3736 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()
28 return getEntryBasicBlock()->getParent(); in getFunction()
43 BasicBlock *getEntryBasicBlock () const { return BasicBlocks[0]; } in getEntryBasicBlock() function