Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Processed

80   // The current basic block being processed.
87 // Set of already processed instructions in the current block.
88 SmallPtrSet<MachineInstr*, 8> Processed;
312 /// two-address instruction which is being processed. It also returns the last
505 /// the two-address instruction that's being processed.
670 if (IsCopy && !Processed.insert(UseMI))
706 /// processCopy - If the specified instruction is not yet processed, process it
719 if (Processed.count(MI))
738 Processed.insert(MI);
1509 Processed.clear();