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;
327 /// spillAll - Spill all dirty virtregs without killing them.
457 return I->Dirty ? spillDirty : spillClean;
477 Cost += I->Dirty ? spillDirty : spillClean;
524 // Ignore the hint if we would have to spill a dirty register.
577 /// defineVirtReg - Allocate a register for VirtReg and mark it as dirty.
605 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 115 milliseconds