Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp87 static cl::opt<unsigned> RepeatedInstructionThreshold( variable
592 if (RepeatedInstrCost > RepeatedInstructionThreshold) { in checkOuterLoopInsts()