Searched refs:hasLazyArguments (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h108 /// hasLazyArguments/CheckLazyArguments - The argument list of a function is
110 /// needs it. The hasLazyArguments predicate returns true if the arg list
112 bool hasLazyArguments() const { function in class:llvm::Function
135 if (hasLazyArguments())
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp477 assert(!hasLazyArguments());
509 if (!hasLazyArguments()) {
518 if (Src.hasLazyArguments())
538 assert(!hasLazyArguments());

Completed in 119 milliseconds