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.cpp2706 unsigned OpsToMove = NumOperands - OpIdx; in insert() local
2709 MovingOps.reserve(OpsToMove); in insert()
2711 for (unsigned I = 0; I < OpsToMove; ++I) { in insert()