Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallSite.h425 bool hasInAllocaArgument() const { in hasInAllocaArgument() function
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2871 if (CLI.CS && CLI.CS->hasInAllocaArgument()) in fastLowerCall()
/external/llvm/lib/IR/
DVerifier.cpp2335 if (CS.hasInAllocaArgument()) { in VerifyCallSite()