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

  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 203 // Set B[i] = C for every live bundle where B[i] was NoCand.
208 if (B[i] == NoCand) {
221 enum { NoCand = ~0u };
224 /// NoCand which indicates the stack interval.
    [all...]
MachineScheduler.cpp 794 NoCand, NodeOrder, SingleExcess, SingleCritical, SingleMax, MultiPressure };
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 800 CandResult FoundCandidate = NoCand;
830 if (FoundCandidate == NoCand)
852 assert(BotResult != NoCand && "failed to find the first candidate");
869 assert(TopResult != NoCand && "failed to find the first candidate");
908 assert(TopResult != NoCand && "failed to find the first candidate");
919 assert(BotResult != NoCand && "failed to find the first candidate");
HexagonMachineScheduler.h 332 NoCand, NodeOrder, SingleExcess, SingleCritical, SingleMax, MultiPressure,

Completed in 229 milliseconds