Lines Matching defs:Block
152 const VPBlockBase *Block = this; in getEntryBasicBlock() local
159 VPBlockBase *Block = this; in getEntryBasicBlock() local
174 const VPBlockBase *Block = this; in getExitingBasicBlock() local
181 VPBlockBase *Block = this; in getExitingBasicBlock() local
895 for (const VPBlockBase *Block : vp_depth_first_shallow(getEntry())) { in print() local
987 Twine VPlanPrinter::getUID(const VPBlockBase *Block) { in getUID()
992 Twine VPlanPrinter::getOrCreateName(const VPBlockBase *Block) { in getOrCreateName()
1025 for (const VPBlockBase *Block : vp_depth_first_shallow(Plan.getEntry())) in dump() local
1031 void VPlanPrinter::dumpBlock(const VPBlockBase *Block) { in dumpBlock()
1057 void VPlanPrinter::dumpEdges(const VPBlockBase *Block) { in dumpEdges()
1110 for (const VPBlockBase *Block : vp_depth_first_shallow(Region->getEntry())) in dumpRegion() local
1202 void VPInterleavedAccessInfo::visitBlock(VPBlockBase *Block, Old2NewTy &Old2New, in visitBlock()