Searched refs:OrigCost (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3210 BlockFrequency OrigCost = PredFreq + PredFreq * DefaultBranchProb; local
3222 assert(OrigCost >= DupCost);
3223 OrigCost -= DupCost;
3224 if (OrigCost > BBDupThreshold) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2110 unsigned OrigCost = OrigCE ? ComputeSpeculationCost(OrigCE, TTI) : 0; local
2114 if (OrigCost + ThenCost > MaxCost)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15369 LoadedSlice::Cost OrigCost(ForCodeSize), GlobalSlicingCost(ForCodeSize);
15371 OrigCost.Loads = 1;
15380 OrigCost.addSliceGain(LS);
15385 return OrigCost > GlobalSlicingCost;

Completed in 246 milliseconds