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

/external/llvm/lib/CodeGen/
H A DRegAllocFast.cpp75 bool Dirty; // Register needs spill. member in struct:__anon22120::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;
605 LRI->Dirty = true;
628 } else if (LRI->Dirty) {
818 if (I->Dirty)
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h1889 /* ------------------ Dirty helper calls ------------------ */
1902 Dirty calls are statements rather than expressions for obvious
1925 IMPORTANT NOTE re GUARDS: Dirty calls are strict, very strict. The
2362 } Dirty; member in union:_IRStmt::__anon27948

Completed in 123 milliseconds