Lines Matching defs:Plan
44 auto Plan = buildHCFG(LoopHeader);
46 VPBasicBlock *Entry = Plan->getEntry()->getEntryBasicBlock();
53 VPBasicBlock *VecBB = Plan->getVectorLoopRegion()->getEntryBasicBlock();
58 EXPECT_EQ(&*Plan, VecBB->getPlan());
102 Plan->getOrAddLiveIn(&*F->arg_begin());
105 Plan->printDOT(OS);
107 graph [labelloc=t, fontsize=30; label="Vectorization Plan\n for UF\>=1\nLive-in vp\<%0\> = vector-trip-count\nLive-in ir\<%N\> = original trip-count\n"]
177 Plan, [](PHINode *P) { return nullptr; }, *SE, TLI);
202 auto Plan = buildHCFG(LoopHeader);
207 Plan, [](PHINode *P) { return nullptr; }, *SE, TLI);
209 VPBlockBase *Entry = Plan->getEntry()->getEntryBasicBlock();
216 VPBasicBlock *VecBB = Plan->getVectorLoopRegion()->getEntryBasicBlock();
264 auto Plan = buildHCFG(LoopHeader);
269 Plan->getOrAddLiveIn(&*F->arg_begin());
272 Plan->printDOT(OS);
274 graph [labelloc=t, fontsize=30; label="Vectorization Plan\n for UF\>=1\nLive-in vp\<%0\> = vector-trip-count\nLive-in ir\<%N\> = original trip-count\n"]