Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCaptureTracking.cpp255 if (A->get() == V && !CS.doesNotCapture(A - B)) in PointerMayBeCaptured()
DAliasAnalysis.cpp341 (!CS.doesNotCapture(ArgNo) && !CS.isByValArgument(ArgNo))) in callCapturesBefore()
DGlobalsModRef.cpp361 } else if (CS.doesNotCapture(CS.getArgumentNo(&U))) { in AnalyzeUsesOfPointer()
DBasicAliasAnalysis.cpp712 (!CS.doesNotCapture(ArgNo) && !CS.isByValArgument(ArgNo))) in getModRefInfo()
/external/llvm/include/llvm/IR/
DCallSite.h403 bool doesNotCapture(unsigned OpNo) const { in doesNotCapture() function
DFunction.h388 bool doesNotCapture(unsigned n) const {
/external/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp201 CS.doesNotCapture(CS.getArgumentNo(U)); in walk()
DMemCpyOptimizer.cpp700 if (CS.getArgument(i) == cpySrc && !CS.doesNotCapture(i)) in performCallSlotOptzn()
/external/llvm/lib/Transforms/Instrumentation/
DSafeStack.cpp325 if (!(CS.doesNotCapture(A - B) && (CS.doesNotAccessMemory(A - B) || in IsSafeStackAlloca()
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp489 Captures &= !CS.doesNotCapture(UseIndex); in determinePointerReadAttrs()
974 if (!F.doesNotCapture(n)) { in setDoesNotCapture()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp103 (CS.getInstruction()->use_empty() || CS.doesNotCapture(ArgNo))) in isOnlyCopiedFromConstantGlobal()