Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h93 bool hasLazyArguments() const { in hasLazyArguments() function
99 if (hasLazyArguments()) in CheckLazyArguments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h104 bool hasLazyArguments() const { in hasLazyArguments() function
110 if (hasLazyArguments()) in CheckLazyArguments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp316 assert(!hasLazyArguments()); in BuildLazyArguments()
336 if (!hasLazyArguments()) { in stealArgumentListFrom()
345 if (Src.hasLazyArguments()) in stealArgumentListFrom()
365 assert(!hasLazyArguments()); in stealArgumentListFrom()