Lines Matching refs:getEntry
158 Block = Region->getEntry(); in getEntryBasicBlock()
165 Block = Region->getEntry(); in getEntryBasicBlock()
171 (ParentPlan->getEntry() == this || ParentPlan->getPreheader() == this) && in setPlan()
202 assert(Parent->getEntry() == this && in getEnclosingBlockWithPredecessors()
714 const auto &[NewEntry, NewExiting] = cloneFrom(getEntry()); in clone()
790 for (VPBlockBase *Block : vp_depth_first_shallow(getEntry())) in cost()
811 VPBasicBlock *Then = cast<VPBasicBlock>(getEntry()->getSuccessors()[0]); in cost()
1135 for (const VPBlockBase *Block : vp_depth_first_shallow(getEntry())) { in print()
1308 for (const VPBlockBase *Block : vp_depth_first_shallow(Plan.getEntry())) in dump()
1392 assert(Region->getEntry() && "Region contains no inner blocks."); in dumpRegion()
1393 for (const VPBlockBase *Block : vp_depth_first_shallow(Region->getEntry())) in dumpRegion()
1468 RPOT(Region->getEntry()); in visitRegion()
1560 RPOT(VPBlockDeepTraversalWrapper<const VPBlockBase *>(Plan.getEntry())); in assignNames()