Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowScheduler.cpp88 cl::opt<unsigned> WindowDiffLimit( variable
603 if ((II >= BestII) || (II + WindowDiffLimit > BaseII)) in updateScheduleResult()