Searched refs:Formals (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | Evaluator.cpp | 233 SmallVector<Constant *, 8> &Formals) { in getCalleeWithFormalArgs() argument 236 return getFormalParams(CS, Fn, Formals) ? Fn : nullptr; in getCalleeWithFormalArgs() 240 !getFormalParams(CS, getFunction(CE->getOperand(0)), Formals)) in getCalleeWithFormalArgs() 248 SmallVector<Constant *, 8> &Formals) { in getFormalParams() argument 266 Formals.push_back(ArgC); in getFormalParams() 535 SmallVector<Constant *, 8> Formals; in EvaluateBlock() local 536 Function *Callee = getCalleeWithFormalArgs(CS, Formals); in EvaluateBlock() 544 if (Constant *C = ConstantFoldCall(CS, Callee, Formals, TLI)) { in EvaluateBlock() 563 if (!EvaluateFunction(Callee, RetVal, Formals)) { in EvaluateBlock()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/ |
| H A D | Evaluator.h | 79 SmallVector<Constant *, 8> &Formals); 84 SmallVector<Constant *, 8> &Formals);
|