Searched defs:EpilogueLoopVectorizationInfo (Results 1 – 1 of 1) sorted by relevance
638 struct EpilogueLoopVectorizationInfo { struct639 ElementCount MainLoopVF = ElementCount::getFixed(0);640 unsigned MainLoopUF = 0;641 ElementCount EpilogueVF = ElementCount::getFixed(0);642 unsigned EpilogueUF = 0;643 BasicBlock *MainLoopIterationCountCheck = nullptr;644 BasicBlock *EpilogueIterationCountCheck = nullptr;645 Value *TripCount = nullptr;646 Value *VectorTripCount = nullptr;647 VPlan &EpiloguePlan;[all …]