Searched refs:LoopVectorizeHints (Results 1 – 1 of 1) sorted by relevance
205 class LoopVectorizeHints;920 const Function *F, const LoopVectorizeHints *Hints) in LoopVectorizationCostModel()1003 const LoopVectorizeHints *Hints;1015 class LoopVectorizeHints { class1061 LoopVectorizeHints(const Loop *L, bool DisableInterleaving) in LoopVectorizeHints() function in __anon63bf7e8f0111::LoopVectorizeHints1088 if (Force.Value == LoopVectorizeHints::FK_Disabled) in emitRemark()1092 if (Force.Value == LoopVectorizeHints::FK_Enabled) { in emitRemark()1226 const LoopVectorizeHints &LH) { in emitMissedWarning()1230 if (LH.getForce() == LoopVectorizeHints::FK_Enabled) { in emitMissedWarning()1362 LoopVectorizeHints Hints(L, DisableUnrolling); in processLoop()[all …]