Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp184 static cl::opt<unsigned> ForceTargetInstructionCost( variable
5245 if (ForceTargetInstructionCost.getNumOccurrences() > 0) in expectedCost()
5246 C = ForceTargetInstructionCost; in expectedCost()