Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp642 unsigned NumHighLatencies = 0; in colorHighLatenciesGroups() local
651 ++NumHighLatencies; in colorHighLatenciesGroups()
654 if (NumHighLatencies == 0) in colorHighLatenciesGroups()
657 if (NumHighLatencies <= 6) in colorHighLatenciesGroups()
659 else if (NumHighLatencies <= 12) in colorHighLatenciesGroups()