Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocFast.cpp149 spillDirty = 100, enumerator
465 return I->Dirty ? spillDirty : spillClean; in calcSpillCost()
485 Cost += I->Dirty ? spillDirty : spillClean; in calcSpillCost()
534 if (Cost < spillDirty) { in allocVirtReg()