Searched refs:TopResult (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp912 CandResult TopResult = pickNodeFromQueue(Top, local
914 assert(TopResult != NoCand && "failed to find the first candidate");
916 if (TopResult == SingleExcess || TopResult == SingleCritical) {
928 if (TopResult == SingleMax) {
956 CandResult TopResult = local
958 assert(TopResult != NoCand && "failed to find the first candidate");
959 (void)TopResult;

Completed in 104 milliseconds