Lines Matching defs:instructions
10 // and convert them to equivalent instructions in a different domain,
103 /// For example, PHI instructions can be safely ignored since only the registers
157 // Assuming instructions have the same cost.
193 // Assuming instructions have the same cost, and that COPY is in the same
199 /// An Instruction Converter for replacing COPY instructions.
280 /// the closure, as well as all of the instructions connected by those edges.
287 /// used in a memory operand) excludes the instructions that contain memory
336 ArrayRef<MachineInstr *> instructions() const {
371 /// All instructions that are included in some closure.
486 for (auto *MI : C.instructions())
500 // Iterate all instructions in the closure, convert each one using the
503 for (auto *MI : C.instructions())