Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2583 unsigned OpsToMove = NumOperands - OpIdx; in insert() local
2586 MovingOps.reserve(OpsToMove); in insert()
2588 for (unsigned I = 0; I < OpsToMove; ++I) { in insert()