Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:seen

982   SmallPtrSet<const MachineBasicBlock*, 8> seen;
985 seen.clear();
992 seen.insert(Pre);
1002 if (!seen.count(*PrI)) {