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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TwoAddressInstructionPass.cpp 580 unsigned LastDefB = 0;
581 if (!NoUseAfterLastDef(regB, MBB, Dist, LastDefB))
586 return LastDefB && LastDefC && LastDefC > LastDefB;
    [all...]
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 611 unsigned LastDefB = 0;
612 if (!noUseAfterLastDef(regB, Dist, LastDefB))
638 return LastDefB && LastDefC && LastDefC > LastDefB;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 650 unsigned LastDefB = 0;
651 if (!noUseAfterLastDef(regB, Dist, LastDefB))
677 return LastDefB && LastDefC && LastDefC > LastDefB;
    [all...]

Completed in 100 milliseconds