Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp44 static cl::opt<unsigned> UnrollMaxIterationsCountToAnalyze( variable
556 if (!TripCount || !UnrollMaxIterationsCountToAnalyze) in approximateNumberOfOptimizedInstructions()
568 std::min<unsigned>(UnrollMaxIterationsCountToAnalyze, TripCount); in approximateNumberOfOptimizedInstructions()