reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/ConstantHoisting.cpp
  578       Cost += TTI->getIntImmCost(Opcode, OpndIdx, Value, Ty);
  579       LLVM_DEBUG(dbgs() << "Cost: " << Cost << "\n");
  588           Cost -= ImmCosts;
  591                             << "Adjusted cost: " << Cost << "\n");
  595     LLVM_DEBUG(dbgs() << "Cumulative cost: " << Cost << "\n");
  596     if (Cost > MaxCost) {
  597       MaxCost = Cost;