HomeSort by relevance Sort by last modified time
    Searched defs:Dirty (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 75 bool Dirty; // Register needs spill.
78 : LastUse(0), VirtReg(v), PhysReg(0), LastOpNum(0), Dirty(false) {}
280 if (LR.Dirty) {
284 LR.Dirty = false;
330 /// spillAll - Spill all dirty virtregs without killing them.
460 return I->Dirty ? spillDirty : spillClean;
480 Cost += I->Dirty ? spillDirty : spillClean;
527 // Ignore the hint if we would have to spill a dirty register.
580 /// defineVirtReg - Allocate a register for VirtReg and mark it as dirty.
608 LRI->Dirty = true
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 405 are not; they are instead handled with dirty helpers that emulate
    [all...]

Completed in 358 milliseconds