Searched refs:CommuteInstruction (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp104 bool CommuteInstruction(MachineBasicBlock::iterator &mi,
589 /// CommuteInstruction - Commute a two-address instruction and update the basic
593 TwoAddressInstructionPass::CommuteInstruction(MachineBasicBlock::iterator &mi, function in class:TwoAddressInstructionPass
909 if (TryCommute && CommuteInstruction(mi, mbbi, regB, regC, Dist)) {

Completed in 250 milliseconds