Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRegisterClassInfo.h119 unsigned getMinCost(const TargetRegisterClass *RC) { in getMinCost() function
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp843 unsigned MinCost = RegClassInfo.getMinCost(RC); in tryEvict()