Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocFast.cpp660 bool SureSpill = StackSlotForVirtReg[VirtReg] != -1 || in calcSpillCost() local
662 return SureSpill ? spillClean : spillDirty; in calcSpillCost()