Home
last modified time | relevance | path

Searched refs:MaxCycle (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowScheduler.cpp492 int WindowScheduler::calculateStallCycle(unsigned Offset, int MaxCycle) { in calculateStallCycle() argument
494 int CurrentII = MaxCycle + 1; in calculateStallCycle()
523 int MaxCycle = calculateMaxCycle(DAG, Offset); in analyseII() local
524 if (MaxCycle == (int)WindowIILimit) in analyseII()
525 return MaxCycle; in analyseII()
526 int StallCycle = calculateStallCycle(Offset, MaxCycle); in analyseII()
530 return MaxCycle + StallCycle + 1; in analyseII()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp24 MaxCycle(Cycles == 0 ? std::numeric_limits<unsigned>::max() : Cycles), in TimelineView()
67 if (CurrentCycle < MaxCycle) in onEvent()
105 if (CurrentCycle < MaxCycle) in onEvent()
H A DTimelineView.h124 unsigned MaxCycle; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWindowScheduler.h139 virtual int calculateStallCycle(unsigned Offset, int MaxCycle);