Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp85 static cl::opt<unsigned> RepeatedInstructionThreshold( variable
602 if (RepeatedInstrCost > RepeatedInstructionThreshold) { in checkOuterLoopInsts()