Searched defs:CostMap (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopInterchange.cpp | 466 DenseMap<const Loop *, unsigned> CostMap; processLoopList() local 1097 isProfitablePerLoopCacheAnalysis(const DenseMap<const Loop *,unsigned> & CostMap,std::unique_ptr<CacheCost> & CC) isProfitablePerLoopCacheAnalysis() argument 1156 isProfitable(const Loop * InnerLoop,const Loop * OuterLoop,unsigned InnerLoopId,unsigned OuterLoopId,CharMatrix & DepMatrix,const DenseMap<const Loop *,unsigned> & CostMap,std::unique_ptr<CacheCost> & CC) isProfitable() argument [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSplitModule.cpp | 225 if (CostMap.empty()) in calculateFunctionCosts() argument [all...] |