Home
last modified time | relevance | path

Searched defs:EpilogueLoopVectorizationInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp638 struct EpilogueLoopVectorizationInfo { struct
639 ElementCount MainLoopVF = ElementCount::getFixed(0);
640 unsigned MainLoopUF = 0;
641 ElementCount EpilogueVF = ElementCount::getFixed(0);
642 unsigned EpilogueUF = 0;
643 BasicBlock *MainLoopIterationCountCheck = nullptr;
644 BasicBlock *EpilogueIterationCountCheck = nullptr;
645 Value *TripCount = nullptr;
646 Value *VectorTripCount = nullptr;
647 VPlan &EpiloguePlan;
[all …]