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.cpp248 SmallVectorImpl<Constant *> &Formals) { in getCalleeWithFormalArgs() argument
251 return getFormalParams(CB, Fn, Formals) ? Fn : nullptr; in getCalleeWithFormalArgs()
256 SmallVectorImpl<Constant *> &Formals) { in getFormalParams() argument
273 Formals.push_back(ArgC); in getFormalParams()
514 SmallVector<Constant *, 8> Formals; in EvaluateBlock() local
515 Function *Callee = getCalleeWithFormalArgs(CB, Formals); in EvaluateBlock()
523 if (Constant *C = ConstantFoldCall(&CB, Callee, Formals, TLI)) { in EvaluateBlock()
543 if (!EvaluateFunction(Callee, RetVal, Formals)) { in EvaluateBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h133 SmallVectorImpl<Constant *> &Formals);
138 SmallVectorImpl<Constant *> &Formals);