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.cpp653 unsigned NumHighLatencies = 0; in colorHighLatenciesGroups() local
662 ++NumHighLatencies; in colorHighLatenciesGroups()
665 if (NumHighLatencies == 0) in colorHighLatenciesGroups()
668 if (NumHighLatencies <= 6) in colorHighLatenciesGroups()
670 else if (NumHighLatencies <= 12) in colorHighLatenciesGroups()