Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Processed

83   // The current basic block being processed.
90 // Set of already processed instructions in the current block.
91 SmallPtrSet<MachineInstr*, 8> Processed;
356 /// two-address instruction which is being processed. It also returns the last
547 /// the two-address instruction that's being processed.
744 if (IsCopy && !Processed.insert(UseMI).second)
780 /// processCopy - If the specified instruction is not yet processed, process it
793 if (Processed.count(MI))
812 Processed.insert(MI);
1606 Processed.clear();