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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1202 bool DoCommute = !BaseOpKilled && OtherOpKilled;
1204 if (!DoCommute &&
1206 DoCommute = true;
1211 if (DoCommute && commuteInstruction(MI, DstOpIdx, BaseOpIdx, OtherOpIdx,
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2329 const bool DoCommute = PtrReg.second; local
2330 if (DoCommute)

Completed in 208 milliseconds