Lines Matching defs:Plan
43 VPlan &Plan;
75 : TheLoop(Lp), LI(LI), Plan(P) {}
77 /// Build plain CFG for TheLoop and connects it to Plan's entry.
185 VPBasicBlock *VPBB = Plan.createVPBasicBlock(Name);
205 RegionOfVPBB = Plan.getVectorLoopRegion();
207 RegionOfVPBB = Plan.createVPRegionBlock(Name.str(), false /*isReplicator*/);
275 VPValue *NewVPVal = Plan.getOrAddLiveIn(IRVal);
342 VPRegionBlock *TheRegion = Plan.getVectorLoopRegion();
348 // ThePreheaderBB conceptually corresponds to both Plan.getPreheader() (which
349 // wraps the original preheader BB) and Plan.getEntry() (which represents the
392 IRDef2VPValue[&I] = Plan.getOrAddLiveIn(&I);
482 PlainCFGBuilder PCFGBuilder(TheLoop, LI, Plan);
490 LLVM_DEBUG(Plan.setName("HCFGBuilder: Plain CFG\n"); dbgs() << Plan);
493 VPDomTree.recalculate(Plan);