reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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;