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

/external/llvm/lib/CodeGen/
H A DRegAllocFast.cpp76 bool Dirty; // Register needs spill. member in struct:__anon25790::RAFast::LiveReg
79 : LastUse(nullptr), VirtReg(v), PhysReg(0), LastOpNum(0), Dirty(false){}
281 if (LR.Dirty) {
285 LR.Dirty = false;
458 return I->Dirty ? spillDirty : spillClean;
478 Cost += I->Dirty ? spillDirty : spillClean;
609 LRI->Dirty = true;
632 } else if (LRI->Dirty) {
822 if (I->Dirty)
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h2145 /* ------------------ Dirty helper calls ------------------ */
2158 Dirty calls are statements rather than expressions for obvious
2183 IMPORTANT NOTE re GUARDS: Dirty calls are strict, very strict. The
2722 } Dirty; member in union:_IRStmt::__anon32309

Completed in 212 milliseconds