Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:PredValues

692   // PredValues - This is a temporary used when rewriting PHI nodes.  It is
694 DenseMap<BasicBlock*, Value*> PredValues;
720 Value *&PredVal = PredValues[Pred];
769 PredValues.clear();