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

  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 107 bool noUseAfterLastDef(unsigned Reg, unsigned Dist, unsigned &LastDef);
356 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist,
606 if (!noUseAfterLastDef(regC, Dist, LastDefC))
612 if (!noUseAfterLastDef(regB, Dist, LastDefB))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 132 bool noUseAfterLastDef(unsigned Reg, unsigned Dist, unsigned &LastDef);
385 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist,
645 if (!noUseAfterLastDef(regC, Dist, LastDefC))
651 if (!noUseAfterLastDef(regB, Dist, LastDefB))
    [all...]

Completed in 1975 milliseconds