Searched refs:VPLoop (Results 1 – 2 of 2) sorted by relevance
27 class VPLoop : public LoopBase<VPBlockBase, VPLoop> {29 friend class LoopInfoBase<VPBlockBase, VPLoop>;30 explicit VPLoop(VPBlockBase *VPB) : LoopBase<VPBlockBase, VPLoop>(VPB) {} in VPLoop() function40 typedef LoopInfoBase<VPBlockBase, VPLoop> VPLoopInfo;
2239 const VPLoop *FromLoop = VPLI->getLoopFor(FromBlock);2240 const VPLoop *ToLoop = VPLI->getLoopFor(ToBlock);2251 if (const VPLoop *ParentVPL = VPLInfo->getLoopFor(Block))