Home
last modified time | relevance | path

Searched defs:CostMap (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp466 DenseMap<const Loop *, unsigned> CostMap; in processLoopList() local
1097 const DenseMap<const Loop *, unsigned> &CostMap, in isProfitablePerLoopCacheAnalysis()
1156 const DenseMap<const Loop *, unsigned> &CostMap, in isProfitable()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp225 DenseMap<const Function *, CostType> &CostMap) { in calculateFunctionCosts()