Searched defs:EpilogueLoopVectorizationInfo (Results 1 – 1 of 1) sorted by relevance
902 struct EpilogueLoopVectorizationInfo { struct903 ElementCount MainLoopVF = ElementCount::getFixed(0);904 unsigned MainLoopUF = 0;906 unsigned EpilogueUF = 0;907 BasicBlock *MainLoopIterationCountCheck = nullptr;908 BasicBlock *EpilogueIterationCountCheck = nullptr;909 BasicBlock *SCEVSafetyCheck = nullptr;910 BasicBlock *MemSafetyCheck = nullptr;911 Value *TripCount = nullptr;912 Value *VectorTripCount = nullptr;[all …]