Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h114 bool hasLazyArguments() const { in hasLazyArguments() function
138 if (hasLazyArguments()) in CheckLazyArguments()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp538 assert(!hasLazyArguments()); in BuildLazyArguments()
562 if (!hasLazyArguments()) { in stealArgumentListFrom()
571 if (Src.hasLazyArguments()) in stealArgumentListFrom()
591 assert(!hasLazyArguments()); in stealArgumentListFrom()