Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2585 SmallVector<MachineOperand> MovingOps; in insert() local
2586 MovingOps.reserve(OpsToMove); in insert()
2589 MovingOps.emplace_back(getOperand(OpIdx)); in insert()
2594 for (const MachineOperand &OpMoved : MovingOps) in insert()