Home
last modified time | relevance | path

Searched refs:Formals (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp249 SmallVectorImpl<Constant *> &Formals) { in getCalleeWithFormalArgs() argument
252 return getFormalParams(CB, Fn, Formals) ? Fn : nullptr; in getCalleeWithFormalArgs()
257 SmallVectorImpl<Constant *> &Formals) { in getFormalParams() argument
265 Formals.push_back(getVal(Arg)); in getFormalParams()
485 SmallVector<Constant *, 8> Formals; in EvaluateBlock() local
486 Function *Callee = getCalleeWithFormalArgs(CB, Formals); in EvaluateBlock()
494 if (Constant *C = ConstantFoldCall(&CB, Callee, Formals, TLI)) { in EvaluateBlock()
512 if (!EvaluateFunction(Callee, RetVal, Formals)) { in EvaluateBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h130 SmallVectorImpl<Constant *> &Formals);
135 SmallVectorImpl<Constant *> &Formals);