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:__anon6643::RAFast::LiveReg
79 Dirty(false) {}
259 if (LR.Dirty) {
263 LR.Dirty = false;
439 return LiveVirtRegs.lookup(VirtReg).Dirty ? spillDirty : spillClean;
458 Cost += LiveVirtRegs.lookup(VirtReg).Dirty ? spillDirty : spillClean;
568 LR.Dirty = true;
592 } else if (LR.Dirty) {
788 if (LiveVirtRegs[PhysRegState[Reg]].Dirty)
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h1578 /* ------------------ Dirty helper calls ------------------ */
1591 Dirty calls are statements rather than expressions for obvious
1614 IMPORTANT NOTE re GUARDS: Dirty calls are strict, very strict. The
1996 } Dirty; member in union:_IRStmt::__anon10757

Completed in 67 milliseconds