HomeSort by relevance Sort by last modified time
    Searched refs:CurrentColoring (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AMDGPU/
SIMachineScheduler.cpp 635 CurrentColoring[SU->NodeNum] = NextReservedID++;
692 CurrentColoring[SU->NodeNum] = ProposedColor;
715 if (CurrentColoring[SU->NodeNum]) {
717 CurrentColoring[SU->NodeNum];
757 if (CurrentColoring[SU->NodeNum]) {
759 CurrentColoring[SU->NodeNum];
803 if (CurrentColoring[SU->NodeNum])
812 CurrentColoring[SU->NodeNum] = Pos->second;
814 CurrentColoring[SU->NodeNum] = NextNonReservedID;
822 std::vector<int> PendingColoring = CurrentColoring;
    [all...]
SIMachineScheduler.h 239 std::vector<int> CurrentColoring;

Completed in 50 milliseconds