Home | History | Annotate | Download | only in Analysis

Lines Matching refs:LoopPreds

6160   DenseSet<Value*> &LoopPreds;
6164 : Cond(C), LoopPreds(LP) {
6165 Pending = !LoopPreds.insert(Cond).second;
6169 LoopPreds.erase(Cond);