Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWindowScheduler.h137 virtual int calculateMaxCycle(ScheduleDAGInstrs &DAG, unsigned Offset);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowScheduler.cpp422 int WindowScheduler::calculateMaxCycle(ScheduleDAGInstrs &DAG, in calculateMaxCycle() function in WindowScheduler
523 int MaxCycle = calculateMaxCycle(DAG, Offset); in analyseII()