Home
last modified time | relevance | path

Searched refs:FK_Enabled (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1058 FK_Enabled = 1, ///< Forcing enabled. enumerator
1092 if (Force.Value == LoopVectorizeHints::FK_Enabled) { in emitRemark()
1230 if (LH.getForce() == LoopVectorizeHints::FK_Enabled) { in emitMissedWarning()
1368 : (Hints.getForce() == LoopVectorizeHints::FK_Enabled in processLoop()
1391 if (!AlwaysVectorize && Hints.getForce() != LoopVectorizeHints::FK_Enabled) { in processLoop()
1413 if (Hints.getForce() == LoopVectorizeHints::FK_Enabled) in processLoop()
1437 bool OptForSize = Hints.getForce() != LoopVectorizeHints::FK_Enabled && in processLoop()
1447 if (Hints.getForce() != LoopVectorizeHints::FK_Enabled && in processLoop()
4550 bool ForceVectorization = Hints->getForce() == LoopVectorizeHints::FK_Enabled; in selectVectorizationFactor()