Lines Matching defs:instructions
10 // and convert them to equivalent instructions in a different domain,
111 /// For example, PHI instructions can be safely ignored since only the registers
165 // Assuming instructions have the same cost.
201 // Assuming instructions have the same cost, and that COPY is in the same
207 /// An Instruction Converter for replacing COPY instructions.
288 /// the closure, as well as all of the instructions connected by those edges.
295 /// used in a memory operand) excludes the instructions that contain memory
344 ArrayRef<MachineInstr *> instructions() const {
379 /// All instructions that are included in some closure.
482 for (auto *MI : C.instructions())
496 // Iterate all instructions in the closure, convert each one using the
499 for (auto *MI : C.instructions())