Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCaptureTracking.cpp123 if (A->get() == V && !CS.doesNotCapture(A - B)) in PointerMayBeCaptured()
DAliasAnalysis.cpp465 (!CS.doesNotCapture(ArgNo) && !CS.isByValArgument(ArgNo))) in callCapturesBefore()
DBasicAliasAnalysis.cpp836 (!CS.doesNotCapture(ArgNo) && !CS.isByValArgument(ArgNo))) in getModRefInfo()
/external/llvm/include/llvm/IR/
DCallSite.h270 bool doesNotCapture(unsigned ArgNo) const { in doesNotCapture() function
DFunction.h315 bool doesNotCapture(unsigned n) const {
/external/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp195 CS.doesNotCapture(CS.getArgumentNo(U)); in walk()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp100 (CS.getInstruction()->use_empty() || CS.doesNotCapture(ArgNo))) in isOnlyCopiedFromConstantGlobal()
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp95 if (!F.doesNotCapture(n)) { in setDoesNotCapture()
489 Captures &= !CS.doesNotCapture(A - B); in determinePointerReadAttrs()