Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h531 SpillCostComparator(G)); in reduce()
543 class SpillCostComparator {
545 SpillCostComparator(const Graph& G) : G(G) {} in SpillCostComparator() function