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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp263 /// maintained with CommutePair.
270 : MI(MI), CommutePair(std::make_pair(Idx1, Idx2)) {}
273 Optional<IndexPair> getCommutePair() const { return CommutePair; }
277 Optional<IndexPair> CommutePair; member in class:__anon1782::RecurrenceInstr

Completed in 107 milliseconds