Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWindowScheduler.h139 virtual int calculateStallCycle(unsigned Offset, int MaxCycle);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowScheduler.cpp492 int WindowScheduler::calculateStallCycle(unsigned Offset, int MaxCycle) { in calculateStallCycle() function in WindowScheduler
526 int StallCycle = calculateStallCycle(Offset, MaxCycle); in analyseII()