reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
452 bool Saturated = Cost.addLocalCost(InstrMapping.getCost()); 457 if (BestCost && Cost > *BestCost) { 459 return Cost; 547 Saturated = Cost.addLocalCost(RepairCost); 558 Cost.saturate(); 560 Saturated = Cost.addNonLocalCost(PtCost); 565 if (BestCost && Cost > *BestCost) { 567 return Cost; 576 LLVM_DEBUG(dbgs() << "Total cost is: " << Cost << "\n"); 577 return Cost;