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

  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 598 CandResult BotResult = pickNodeFromQueue(Bot.Available,
600 assert(BotResult != NoCand && "failed to find the first candidate");
609 if (BotResult == SingleExcess || BotResult == SingleCritical) {
625 if (BotResult == SingleMax) {
665 CandResult BotResult =
667 assert(BotResult != NoCand && "failed to find the first candidate");
668 (void)BotResult;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 894 CandResult BotResult = pickNodeFromQueue(Bot,
896 assert(BotResult != NoCand && "failed to find the first candidate");
905 if (BotResult == SingleExcess || BotResult == SingleCritical) {
923 if (BotResult == SingleMax) {
    [all...]

Completed in 133 milliseconds