Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp649 unsigned NumHighLatencies = 0; in colorHighLatenciesGroups() local
658 ++NumHighLatencies; in colorHighLatenciesGroups()
661 if (NumHighLatencies == 0) in colorHighLatenciesGroups()
664 if (NumHighLatencies <= 6) in colorHighLatenciesGroups()
666 else if (NumHighLatencies <= 12) in colorHighLatenciesGroups()