Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.h2351 const VPLoop *FromLoop = VPLI->getLoopFor(FromBlock);
2352 const VPLoop *ToLoop = VPLI->getLoopFor(ToBlock);
2363 if (const VPLoop *ParentVPL = VPLInfo->getLoopFor(Block))