Home | History | Annotate | Download | only in IPO

Lines Matching refs:EvaluateFunction

2187   /// EvaluateFunction - Evaluate a call to function F, returning true if
2190 bool EvaluateFunction(Function *F, Constant *&RetVal,
2547 if (!EvaluateFunction(Callee, RetVal, Formals)) {
2622 /// EvaluateFunction - Evaluate a call to function F, returning true if
2625 bool Evaluator::EvaluateFunction(Function *F, Constant *&RetVal,
2693 bool EvalSuccess = Eval.EvaluateFunction(F, RetValDummy,