Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWindowScheduler.h135 unsigned SearchRatio);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowScheduler.cpp400 unsigned SearchRatio) { in getSearchIndexes() argument
405 assert(SearchRatio <= 100 && "SearchRatio should be equal or less than 100!"); in getSearchIndexes()
406 unsigned MaxIdx = SchedInstrNum * SearchRatio / 100; in getSearchIndexes()