Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp857 return !CB->hasArgumentWithAdditionalReturnCaptureComponents(); in isEscapeSource()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1706 LLVM_ABI bool hasArgumentWithAdditionalReturnCaptureComponents() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp729 bool CallBase::hasArgumentWithAdditionalReturnCaptureComponents() const { in hasArgumentWithAdditionalReturnCaptureComponents() function in CallBase