Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp923 struct EpilogueLoopVectorizationInfo { struct
924 ElementCount MainLoopVF = ElementCount::getFixed(0);
925 unsigned MainLoopUF = 0;
926 ElementCount EpilogueVF = ElementCount::getFixed(0);
927 unsigned EpilogueUF = 0;
928 BasicBlock *MainLoopIterationCountCheck = nullptr;
929 BasicBlock *EpilogueIterationCountCheck = nullptr;
930 BasicBlock *SCEVSafetyCheck = nullptr;
931 BasicBlock *MemSafetyCheck = nullptr;
932 Value *TripCount = nullptr;
[all …]