Home
last modified time | relevance | path

Searched refs:DoCommute (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1087 bool DoCommute = !BaseOpKilled && OtherOpKilled; in tryInstructionCommute() local
1089 if (!DoCommute && in tryInstructionCommute()
1091 DoCommute = true; in tryInstructionCommute()
1096 if (DoCommute && commuteInstruction(MI, DstOpIdx, BaseOpIdx, OtherOpIdx, in tryInstructionCommute()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2344 const bool DoCommute = PtrReg.second; in applyCombineAddP2IToPtrAdd() local
2345 if (DoCommute) in applyCombineAddP2IToPtrAdd()