Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp757 struct EpilogueLoopVectorizationInfo { struct
758 ElementCount MainLoopVF = ElementCount::getFixed(0);
759 unsigned MainLoopUF = 0;
761 unsigned EpilogueUF = 0;
762 BasicBlock *MainLoopIterationCountCheck = nullptr;
763 BasicBlock *EpilogueIterationCountCheck = nullptr;
764 BasicBlock *SCEVSafetyCheck = nullptr;
765 BasicBlock *MemSafetyCheck = nullptr;
766 Value *TripCount = nullptr;
767 Value *VectorTripCount = nullptr;
[all …]