Searched refs:ILV (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 7624 InnerLoopVectorizer &ILV, in executePlan() argument 7642 ILV.getOrCreateTripCount(OrigLoop->getLoopPreheader()); in executePlan() 7651 VPTransformState State{BestVF, BestUF, LI, DT, ILV.Builder, &ILV, &BestVPlan}; in executePlan() 7654 ILV.createVectorizedLoopSkeleton(); in executePlan() 7658 const LoopAccessInfo *LAI = ILV.Legal->getLAI(); in executePlan() 7672 ILV.collectPoisonGeneratingRecipes(State); in executePlan() 7674 ILV.printDebugTracesAtStart(); in executePlan() 7685 BestVPlan.prepareToExecute(ILV.getOrCreateTripCount(nullptr), in executePlan() 7686 ILV.getOrCreateVectorTripCount(nullptr), in executePlan() 7718 ILV.fixVectorizedLoop(State, BestVPlan); in executePlan() [all …]
|
| H A D | VPlan.h | 209 InnerLoopVectorizer *ILV, VPlan *Plan) in VPTransformState() 210 : VF(VF), UF(UF), LI(LI), DT(DT), Builder(Builder), ILV(ILV), Plan(Plan), in VPTransformState() 368 InnerLoopVectorizer *ILV; member
|