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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TwoAddressInstructionPass.cpp 574 unsigned LastDefC = 0;
575 if (!NoUseAfterLastDef(regC, MBB, Dist, LastDefC))
586 return LastDefB && LastDefC && LastDefC > LastDefB;
    [all...]
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 605 unsigned LastDefC = 0;
606 if (!noUseAfterLastDef(regC, Dist, LastDefC))
638 return LastDefB && LastDefC && LastDefC > LastDefB;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 644 unsigned LastDefC = 0;
645 if (!noUseAfterLastDef(regC, Dist, LastDefC))
677 return LastDefB && LastDefC && LastDefC > LastDefB;
    [all...]

Completed in 69 milliseconds