Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp813 struct EpilogueLoopVectorizationInfo { struct
814 ElementCount MainLoopVF = ElementCount::getFixed(0);
815 unsigned MainLoopUF = 0;
817 unsigned EpilogueUF = 0;
818 BasicBlock *MainLoopIterationCountCheck = nullptr;
819 BasicBlock *EpilogueIterationCountCheck = nullptr;
820 BasicBlock *SCEVSafetyCheck = nullptr;
821 BasicBlock *MemSafetyCheck = nullptr;
822 Value *TripCount = nullptr;
823 Value *VectorTripCount = nullptr;
[all …]