Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsMulMulBugPass.cpp77 static bool isFirstMul(const MachineInstr &MI) { in isFirstMul() function
124 if (NextMII != E && isFirstMul(*MII) && isSecondMulOrBranch(*NextMII)) { in fixMulMulBB()