Lines Matching refs:getEntry
142 Block = Region->getEntry(); in getEntryBasicBlock()
149 Block = Region->getEntry(); in getEntryBasicBlock()
154 assert(ParentPlan->getEntry() == this && in setPlan()
185 assert(Parent->getEntry() == this && in getEnclosingBlockWithPredecessors()
764 for (const VPBlockBase *Block : depth_first(getEntry())) { in print()
866 for (const VPBlockBase *Block : depth_first(Plan.getEntry())) in dump()
950 assert(Region->getEntry() && "Region contains no inner blocks."); in dumpRegion()
951 for (const VPBlockBase *Block : depth_first(Region->getEntry())) in dumpRegion()
1020 ReversePostOrderTraversal<VPBlockBase *> RPOT(Region->getEntry()); in visitRegion()
1085 Plan.getEntry())); in assignSlots()
1105 VPBasicBlock *Preheader = Plan.getEntry()->getEntryBasicBlock(); in getOrCreateVPValueForSCEVExpr()