Searched defs:OrigCost (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | MachineBlockPlacement.cpp | 3361 BlockFrequency OrigCost = PredFreq + PredFreq * DefaultBranchProb; findDuplicateCandidates() local |
/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | SimplifyCFG.cpp | 2944 InstructionCost OrigCost = OrigCE ? computeSpeculationCost(OrigCE, TTI) : 0; validateAndCostRequiredSelects() local |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | DAGCombiner.cpp | 19557 LoadedSlice::Cost OrigCost(ForCodeSize), GlobalSlicingCost(ForCodeSize); isSlicingProfitable() local |