Home
last modified time | relevance | path

Searched defs:MaxCycle (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.h124 unsigned MaxCycle; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowScheduler.cpp492 int WindowScheduler::calculateStallCycle(unsigned Offset, int MaxCycle) { in calculateStallCycle()
523 int MaxCycle = calculateMaxCycle(DAG, Offset); in analyseII() local