Lines Matching defs:Block
140 const VPBlockBase *Block = this; in getEntryBasicBlock() local
147 VPBlockBase *Block = this; in getEntryBasicBlock() local
161 const VPBlockBase *Block = this; in getExitingBasicBlock() local
168 VPBlockBase *Block = this; in getExitingBasicBlock() local
764 for (const VPBlockBase *Block : depth_first(getEntry())) { in print() local
837 Twine VPlanPrinter::getUID(const VPBlockBase *Block) { in getUID()
842 Twine VPlanPrinter::getOrCreateName(const VPBlockBase *Block) { in getOrCreateName()
866 for (const VPBlockBase *Block : depth_first(Plan.getEntry())) in dump() local
872 void VPlanPrinter::dumpBlock(const VPBlockBase *Block) { in dumpBlock()
898 void VPlanPrinter::dumpEdges(const VPBlockBase *Block) { in dumpEdges()
951 for (const VPBlockBase *Block : depth_first(Region->getEntry())) in dumpRegion() local
1026 void VPInterleavedAccessInfo::visitBlock(VPBlockBase *Block, Old2NewTy &Old2New, in visitBlock()