Home
last modified time | relevance | path

Searched refs:getOtherComponents (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DModRef.cpp79 CaptureComponents Other = CI.getOtherComponents(); in operator <<()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DModRef.h386 CaptureComponents getOtherComponents() const { return OtherComponents; } in getOtherComponents() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp312 return UseCaptureInfo(CI.getOtherComponents(), CI.getRetComponents()); in DetermineUseCaptureKind()
H A DAliasAnalysis.cpp636 if (capturesAnyProvenance(Captures.getOtherComponents())) in callCapturesBefore()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp560 if (capturesAll(CI.getOtherComponents())) in captured()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp737 if (capturesAnything(CI.getRetComponents() & ~CI.getOtherComponents())) in hasArgumentWithAdditionalReturnCaptureComponents()