Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9984 VPlan &BestEpiPlan = LVP.getBestPlanFor(EPI.EpilogueVF); in processLoop() local
9985 VPRegionBlock *VectorLoop = BestEpiPlan.getVectorLoopRegion(); in processLoop()
9996 for (auto &R : make_early_inc_range(*BestEpiPlan.getPreheader())) { in processLoop()
9998 auto *ExpandedVal = BestEpiPlan.getOrAddLiveIn( in processLoop()
10001 if (BestEpiPlan.getTripCount() == ExpandR) in processLoop()
10002 BestEpiPlan.resetTripCount(ExpandedVal); in processLoop()
10049 VPValue *StartVal = BestEpiPlan.getOrAddLiveIn(ResumeV); in processLoop()
10055 LVP.executePlan(EPI.EpilogueVF, EPI.EpilogueUF, BestEpiPlan, EpilogILV, in processLoop()