Home
last modified time | relevance | path

Searched refs:CurCost (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp300 MappingCost CurCost = in findBestMapping() local
302 if (CurCost < Cost) { in findBestMapping()
303 LLVM_DEBUG(dbgs() << "New best: " << CurCost << '\n'); in findBestMapping()
304 Cost = CurCost; in findBestMapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp566 auto [PID, CurCost] = BalancingQueue.back(); in doPartitioning()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2269 const Cost &CurCost,
5426 const Cost &CurCost, in SolveRecurse() argument
5478 NewCost = CurCost; in SolveRecurse()
5509 Cost CurCost(L, SE, TTI, AMK); in Solve() local
5515 SolveRecurse(Solution, SolutionCost, Workspace, CurCost, in Solve()