Searched refs:Dirty (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DRegAllocFast.cpp75 bool Dirty; // Register needs spill. member in struct:__anon2307::RAFast::LiveReg
78 : LastUse(0), VirtReg(v), PhysReg(0), LastOpNum(0), Dirty(false) {}
280 if (LR.Dirty) {
284 LR.Dirty = false;
457 return I->Dirty ? spillDirty : spillClean;
477 Cost += I->Dirty ? spillDirty : spillClean;
608 LRI->Dirty = true;
631 } else if (LRI->Dirty) {
821 if (I->Dirty)

Completed in 53 milliseconds