Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp546 assert(!hasLazyArguments()); in BuildLazyArguments()
570 if (!hasLazyArguments()) { in stealArgumentListFrom()
579 if (Src.hasLazyArguments()) in stealArgumentListFrom()
599 assert(!hasLazyArguments()); in stealArgumentListFrom()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h118 bool hasLazyArguments() const { in hasLazyArguments() function
139 if (hasLazyArguments()) in CheckLazyArguments()