Searched refs:TotalCost (Results 1 – 4 of 4) sorted by relevance
374 TotalCost = FnCosts.at(Fn); in FunctionWithDependencies()376 TotalCost += FnCosts.at(Dep); in FunctionWithDependencies()392 CostType TotalCost = 0; member397 return TotalCost > Threshold && !Dependencies.empty(); in isLarge()694 if (A.TotalCost == B.TotalCost) in splitAMDGPUModule()696 return A.TotalCost > B.TotalCost; in splitAMDGPUModule()702 SML << "[root] " << getName(*FWD.Fn) << " (totalCost:" << FWD.TotalCost in splitAMDGPUModule()
111 int64_t TotalCost = 0; in run() local116 TotalCost += Edge.Cost * Edge.Flow; in run()124 << " of " << TotalCost << " cost\n"); in run()127 return TotalCost; in run()
330 int TotalCost = TotalSecondaryCost + IC.getCost() * NumCallerUsers; in shouldBeDeferred() local332 return TotalCost < Allowance; in shouldBeDeferred()
2621 InstructionCost TotalCost = ComparisonCost * BranchCost * DifferentBlocks; in findCostForOutputBlocks() local2623 LLVM_DEBUG(dbgs() << "Adding: " << TotalCost in findCostForOutputBlocks()2626 OutputCost += TotalCost * NumOutputBranches; in findCostForOutputBlocks()