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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterScavenging.cpp 278 bool inVirtLiveRange = false;
304 if (!inVirtLiveRange) RestorePointMI = MI;
307 if (isVirtKillInsn) inVirtLiveRange = false;
308 if (isVirtDefInsn) inVirtLiveRange = true;
  /external/llvm/lib/CodeGen/
RegisterScavenging.cpp 288 bool inVirtLiveRange = false;
314 if (!inVirtLiveRange) RestorePointMI = MI;
317 if (isVirtKillInsn) inVirtLiveRange = false;
318 if (isVirtDefInsn) inVirtLiveRange = true;

Completed in 3495 milliseconds