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.cpp730 struct EpilogueLoopVectorizationInfo { struct
731 ElementCount MainLoopVF = ElementCount::getFixed(0);
732 unsigned MainLoopUF = 0;
733 ElementCount EpilogueVF = ElementCount::getFixed(0);
734 unsigned EpilogueUF = 0;
735 BasicBlock *MainLoopIterationCountCheck = nullptr;
736 BasicBlock *EpilogueIterationCountCheck = nullptr;
737 BasicBlock *SCEVSafetyCheck = nullptr;
738 BasicBlock *MemSafetyCheck = nullptr;
739 Value *TripCount = nullptr;
[all …]