Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp204 NodeCosts[PBQP::RegAlloc::getSpillOptionIdx()] = SpillCost; in apply()
734 if (AllocOpt != PBQP::RegAlloc::getSpillOptionIdx()) { in mapPBQPToRegAlloc()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h48 inline unsigned getSpillOptionIdx() { return 0; } in getSpillOptionIdx() function