Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp905 struct EpilogueLoopVectorizationInfo { struct
906 ElementCount MainLoopVF = ElementCount::getFixed(0);
907 unsigned MainLoopUF = 0;
908 ElementCount EpilogueVF = ElementCount::getFixed(0);
909 unsigned EpilogueUF = 0;
910 BasicBlock *MainLoopIterationCountCheck = nullptr;
911 BasicBlock *EpilogueIterationCountCheck = nullptr;
912 BasicBlock *SCEVSafetyCheck = nullptr;
913 BasicBlock *MemSafetyCheck = nullptr;
914 Value *TripCount = nullptr;
[all …]