Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp1602 unsigned CommIdx = TargetInstrInfo::CommuteAnyOperandIndex; in findTargetRecurrence() local
1603 if (TII->findCommutedOpIndices(MI, Idx, CommIdx) && CommIdx == TiedUseIdx) { in findTargetRecurrence()
1604 RC.push_back(RecurrenceInstr(&MI, Idx, CommIdx)); in findTargetRecurrence()