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

References

lib/Transforms/Scalar/SpeculateAroundPHIs.cpp
  318     TotalFoldedCost += FoldedCost * Count;
  320   assert(TotalFoldedCost <= TotalMatCost && "If each constant's folded cost is "
  324   LLVM_DEBUG(dbgs() << "    Cost savings " << (TotalMatCost - TotalFoldedCost)
  326   CostSavingsMap[&PN] = TotalMatCost - TotalFoldedCost;