Searched defs:EpilogueLoopVectorizationInfo (Results 1 – 1 of 1) sorted by relevance
923 struct EpilogueLoopVectorizationInfo { struct924 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 …]