HomeSort by relevance Sort by last modified time
    Searched refs:lastUse (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 587 bool lastUse = false;
590 lastUse = LR && LR->Query(SlotIdx).isKill();
594 lastUse = !TargetRegisterInfo::isVirtualRegister(Reg);
596 if (lastUse && isLive) {
600 else if (!lastUse && !isLive)
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.h 115 int lastUse;
yaffs_guts.c     [all...]

Completed in 174 milliseconds