Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:PredValues

696   // PredValues - This is a temporary used when rewriting PHI nodes.  It is
698 DenseMap<BasicBlock*, Value*> PredValues;
724 Value *&PredVal = PredValues[Pred];
773 PredValues.clear();