Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp377 Node(unsigned ID, const GlobalValue &GV, CostType IndividualCost, in Node() argument
379 : ID(ID), GV(GV), IndividualCost(IndividualCost), in Node()
393 CostType getIndividualCost() const { return IndividualCost; } in getIndividualCost()
449 CostType IndividualCost; member in llvm::__anon00e757230111::SplitGraph::Node