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 76 bool Dirty; // Register needs spill.
79 : LastUse(nullptr), VirtReg(v), PhysReg(0), LastOpNum(0), Dirty(false){}
281 if (LR.Dirty) {
285 LR.Dirty = false;
328 /// spillAll - Spill all dirty virtregs without killing them.
458 return I->Dirty ? spillDirty : spillClean;
478 Cost += I->Dirty ? spillDirty : spillClean;
525 // Ignore the hint if we would have to spill a dirty register.
581 /// defineVirtReg - Allocate a register for VirtReg and mark it as dirty.
609 LRI->Dirty = true
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 409 are not; they are instead handled with dirty helpers that emulate
    [all...]

Completed in 87 milliseconds