Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWindowScheduler.h156 int getEstimatedII(ScheduleDAGInstrs &DAG);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowScheduler.cpp414 int WindowScheduler::getEstimatedII(ScheduleDAGInstrs &DAG) { in getEstimatedII() function in WindowScheduler
424 int InitII = getEstimatedII(DAG); in calculateMaxCycle()