Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp1550 unsigned CommIdx = TargetInstrInfo::CommuteAnyOperandIndex; in findTargetRecurrence() local
1551 if (TII->findCommutedOpIndices(MI, Idx, CommIdx) && CommIdx == TiedUseIdx) { in findTargetRecurrence()
1552 RC.push_back(RecurrenceInstr(&MI, Idx, CommIdx)); in findTargetRecurrence()