Searched defs:EpilogueLoopVectorizationInfo (Results 1 – 1 of 1) sorted by relevance
813 struct EpilogueLoopVectorizationInfo { struct814 ElementCount MainLoopVF = ElementCount::getFixed(0);815 unsigned MainLoopUF = 0;817 unsigned EpilogueUF = 0;818 BasicBlock *MainLoopIterationCountCheck = nullptr;819 BasicBlock *EpilogueIterationCountCheck = nullptr;820 BasicBlock *SCEVSafetyCheck = nullptr;821 BasicBlock *MemSafetyCheck = nullptr;822 Value *TripCount = nullptr;823 Value *VectorTripCount = nullptr;[all …]