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

  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 615 CandResult TopResult = pickNodeFromQueue(Top.Available,
617 assert(TopResult != NoCand && "failed to find the first candidate");
619 if (TopResult == SingleExcess || TopResult == SingleCritical) {
629 if (TopResult == SingleMax) {
654 CandResult TopResult =
656 assert(TopResult != NoCand && "failed to find the first candidate");
657 (void)TopResult;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 912 CandResult TopResult = pickNodeFromQueue(Top,
914 assert(TopResult != NoCand && "failed to find the first candidate");
916 if (TopResult == SingleExcess || TopResult == SingleCritical) {
928 if (TopResult == SingleMax) {
    [all...]

Completed in 226 milliseconds