HomeSort by: relevance | last modified time | path
    Searched defs:tryInstructionCommute (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 149 bool tryInstructionCommute(MachineInstr *MI,
1059 bool TwoAddressInstructionPass::tryInstructionCommute(MachineInstr *MI,
1142 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist);
TwoAddressInstructionPass.cpp 149 bool tryInstructionCommute(MachineInstr *MI,
1059 bool TwoAddressInstructionPass::tryInstructionCommute(MachineInstr *MI,
1142 bool Commuted = tryInstructionCommute(&MI, DstIdx, SrcIdx, regBKilled, Dist);

Completed in 35 milliseconds