Home
last modified time | relevance | path

Searched refs:capturesAnything (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp173 if (capturesAnything(CI.UseCC & Mask)) { in captured()
205 if (capturesAnything(SCT.CC)) in PointerMayBeCaptured()
216 return capturesAnything( in PointerMayBeCaptured()
218 capturesAnything, MaxUsesToExplore)); in PointerMayBeCaptured()
235 if (capturesAnything(CB.CC)) in PointerMayBeCapturedBefore()
247 return capturesAnything(PointerMayBeCapturedBefore( in PointerMayBeCapturedBefore()
249 capturesAnything, LI, MaxUsesToExplore)); in PointerMayBeCapturedBefore()
261 if (capturesAnything(CB.CC)) in FindEarliestCapture()
426 if (capturesAnything(CI.UseCC)) { in PointerMayBeCaptured()
443 if (capturesAnything(CI.ResultCC) && !AddUses(U->getUser())) in PointerMayBeCaptured()
H A DAliasAnalysis.cpp616 if (capturesAnything(PointerMayBeCapturedBefore( in callCapturesBefore()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCaptureTracking.h60 function_ref<bool(CaptureComponents)> StopFn = capturesAnything,
95 function_ref<bool(CaptureComponents)> StopFn = capturesAnything,
130 return capturesNothing(UseCC) && capturesAnything(ResultCC); in isPassthrough()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DModRef.h319 inline bool capturesAnything(CaptureComponents CC) { in capturesAnything() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1586 if (capturesAnything(CI.UseCC)) in performStackMoveOptzn()
1608 if (capturesAnything(CI.ResultCC)) { in performStackMoveOptzn()
H A DDeadStoreElimination.cpp1234 I.first->second = capturesAnything(PointerMayBeCaptured( in isInvisibleToCallerOnUnwind()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1319 !capturesAnything(PointerMayBeCapturedBefore( in AddAliasScopeMetadata()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp737 if (capturesAnything(CI.getRetComponents() & ~CI.getOtherComponents())) in hasArgumentWithAdditionalReturnCaptureComponents()