Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp327 CostType getModuleCost() const { return ModuleCost; } in getModuleCost() function in llvm::__anon00e757230111::SplitGraph
850 << '|' << formatRatioOf(Cost, SG->getModuleCost()) << "%\n"; in print()
879 CostType ModuleCost = SG->getModuleCost(); in calculateScores()
981 ? CostType(((SG.getModuleCost() / NumParts) * LargeFnFactor)) in RecursiveSearchSplitting()