Home
last modified time | relevance | path

Searched refs:VPLoop (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanLoopInfo.h27 class VPLoop : public LoopBase<VPBlockBase, VPLoop> {
29 friend class LoopInfoBase<VPBlockBase, VPLoop>;
30 explicit VPLoop(VPBlockBase *VPB) : LoopBase<VPBlockBase, VPLoop>(VPB) {} in VPLoop() function
40 typedef LoopInfoBase<VPBlockBase, VPLoop> VPLoopInfo;
H A DVPlan.h2239 const VPLoop *FromLoop = VPLI->getLoopFor(FromBlock);
2240 const VPLoop *ToLoop = VPLI->getLoopFor(ToBlock);
2251 if (const VPLoop *ParentVPL = VPLInfo->getLoopFor(Block))