Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp769 struct EpilogueLoopVectorizationInfo { struct
770 ElementCount MainLoopVF = ElementCount::getFixed(0);
771 unsigned MainLoopUF = 0;
772 ElementCount EpilogueVF = ElementCount::getFixed(0);
773 unsigned EpilogueUF = 0;
774 BasicBlock *MainLoopIterationCountCheck = nullptr;
775 BasicBlock *EpilogueIterationCountCheck = nullptr;
776 BasicBlock *SCEVSafetyCheck = nullptr;
777 BasicBlock *MemSafetyCheck = nullptr;
778 Value *TripCount = nullptr;
[all …]