reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2475 int LPenalty = hasVRegCycleUse(left) ? 1 : 0; 2477 int LHeight = (int)left->getHeight() + LPenalty; 2480 bool LStall = (!checkPref || left->SchedulingPref == Sched::ILP) && 2481 BUHasStall(left, LHeight, SPQ); 2498 if (!checkPref || (left->SchedulingPref == Sched::ILP || 2508 int LDepth = left->getDepth() - LPenalty; 2511 LLVM_DEBUG(dbgs() << " Comparing latency of SU (" << left->NodeNum 2516 if (left->Latency != right->Latency) 2517 return left->Latency > right->Latency ? 1 : -1;