Searched refs:getEntryBasicBlock (Results 1 – 9 of 9) sorted by relevance
100 VPBlockBase *Entry = Plan->getEntry()->getEntryBasicBlock(); in TEST_F()172 VPBlockBase *Entry = Plan->getEntry()->getEntryBasicBlock(); in TEST_F()244 VPBlockBase *Entry = Plan->getEntry()->getEntryBasicBlock(); in TEST_F()308 VPBlockBase *Entry = Plan->getEntry()->getEntryBasicBlock(); in TEST_F()445 VPBlockBase *Entry = Plan->getEntry()->getEntryBasicBlock(); in TEST_F()517 VPBlockBase *Entry = Plan->getEntry()->getEntryBasicBlock(); in TEST_F()589 VPBlockBase *Entry = Plan->getEntry()->getEntryBasicBlock(); in TEST_F()665 VPBlockBase *Entry = Plan->getEntry()->getEntryBasicBlock(); in TEST_F()726 VPBlockBase *Entry = Plan->getEntry()->getEntryBasicBlock(); in TEST_F()789 VPBlockBase *Entry = Plan->getEntry()->getEntryBasicBlock(); in TEST_F()[all …]
44 VPBasicBlock *Entry = Plan->getEntry()->getEntryBasicBlock(); in TEST_F()51 VPBasicBlock *VecBB = Entry->getSingleSuccessor()->getEntryBasicBlock(); in TEST_F()55 EXPECT_EQ(VecBB->getParent()->getEntryBasicBlock(), VecBB); in TEST_F()172 VPBlockBase *Entry = Plan->getEntry()->getEntryBasicBlock(); in TEST_F()179 VPBasicBlock *VecBB = Entry->getSingleSuccessor()->getEntryBasicBlock(); in TEST_F()183 EXPECT_EQ(VecBB->getParent()->getEntryBasicBlock(), VecBB); in TEST_F()
300 for (auto &Phi : Plan.getVectorLoopRegion()->getEntryBasicBlock()->phis()) { in removeRedundantInductionCasts()343 VPBasicBlock *HeaderVPBB = Plan.getVectorLoopRegion()->getEntryBasicBlock(); in removeRedundantCanonicalIVs()383 VPBasicBlock *HeaderVPBB = Plan.getVectorLoopRegion()->getEntryBasicBlock(); in optimizeInductions()421 make_early_inc_range(*Plan.getEntry()->getEntryBasicBlock())) { in removeRedundantExpandSCEVRecipes()
139 const VPBasicBlock *VPBlockBase::getEntryBasicBlock() const { in getEntryBasicBlock() function in VPBlockBase146 VPBasicBlock *VPBlockBase::getEntryBasicBlock() { in getEntryBasicBlock() function in VPBlockBase572 VPBasicBlock *Header = getVectorLoopRegion()->getEntryBasicBlock(); in getActiveLaneMaskPhi()686 VPBasicBlock *Header = getVectorLoopRegion()->getEntryBasicBlock(); in execute()886 const VPBlockBase *Head = To->getEntryBasicBlock(); in drawEdge()1105 VPBasicBlock *Preheader = Plan.getEntry()->getEntryBasicBlock(); in getOrCreateVPValueForSCEVExpr()
303 VPBasicBlock *Header = ParentRegion->getEntryBasicBlock(); in generateInstruction()329 VPBasicBlock *Header = TopRegion->getEntry()->getEntryBasicBlock(); in generateInstruction()1178 if (LoopRegion->getEntryBasicBlock() == Parent) { in execute()
473 const VPBasicBlock *getEntryBasicBlock() const;474 VPBasicBlock *getEntryBasicBlock();2703 VPBasicBlock *EntryVPBB = getVectorLoopRegion()->getEntryBasicBlock();
3720 State.Plan->getVectorLoopRegion()->getEntryBasicBlock(); in fixCrossIterationPHIs()7610 BestVPlan.getVectorLoopRegion()->getEntryBasicBlock(); in executePlan()8029 Plan->getVectorLoopRegion()->getEntryBasicBlock(); in createBlockInMask()8601 VPBasicBlock *Header = TopRegion->getEntryBasicBlock(); in addCanonicalIVRecipes()8617 VPBasicBlock *Preheader = Plan.getEntry()->getEntryBasicBlock(); in addCanonicalIVRecipes()8874 !Plan->getVectorLoopRegion()->getEntryBasicBlock()->empty() && in buildVPlanWithVPRecipes()8960 Plan->getVectorLoopRegion()->getEntryBasicBlock()->phis()) { in buildVPlanWithVPRecipes()9181 Plan->getVectorLoopRegion()->getEntryBasicBlock()->phis()) { in adjustRecipesForReductions()10377 VPBasicBlock *Header = VectorLoop->getEntryBasicBlock(); in processLoop()
28 return getEntryBasicBlock()->getParent(); in getFunction()
43 BasicBlock *getEntryBasicBlock () const { return BasicBlocks[0]; } in getEntryBasicBlock() function