Searched refs:LoopVectorizeHints (Results 1 – 1 of 1) sorted by relevance
219 class LoopVectorizeHints;912 const LoopVectorizeHints *Hints) in LoopVectorizationCostModel()1004 const LoopVectorizeHints *Hints;1016 class LoopVectorizeHints { class1062 LoopVectorizeHints(const Loop *L, bool DisableInterleaving) in LoopVectorizeHints() function in __anond293faa00111::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()1334 LoopVectorizeHints Hints(L, DisableUnrolling); in processLoop()[all …]