Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h113 BuildLazyArguments(); in CheckLazyArguments()
116 void BuildLazyArguments() const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp423 void Function::BuildLazyArguments() const { in BuildLazyArguments() function in Function