Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:PredValues

768   // PredValues - This is a temporary used when rewriting PHI nodes.  It is
770 DenseMap<BasicBlock*, Value*> PredValues;
796 Value *&PredVal = PredValues[Pred];
845 PredValues.clear();