Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCaptureTracking.cpp210 if (A->get() == V && !CS.doesNotCapture(A - B)) in PointerMayBeCaptured()
DAliasAnalysis.cpp455 (!CS.doesNotCapture(ArgNo) && !CS.isByValArgument(ArgNo))) in callCapturesBefore()
DBasicAliasAnalysis.cpp846 (!CS.doesNotCapture(ArgNo) && !CS.isByValArgument(ArgNo))) in getModRefInfo()
/external/llvm/include/llvm/IR/
DCallSite.h277 bool doesNotCapture(unsigned ArgNo) const { in doesNotCapture() function
DFunction.h320 bool doesNotCapture(unsigned n) const {
/external/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp196 CS.doesNotCapture(CS.getArgumentNo(U)); in walk()
DMemCpyOptimizer.cpp698 if (CS.getArgument(i) == cpySrc && !CS.doesNotCapture(i)) in performCallSlotOptzn()
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp95 if (!F.doesNotCapture(n)) { in setDoesNotCapture()
492 Captures &= !CS.doesNotCapture(A - B); in determinePointerReadAttrs()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp102 (CS.getInstruction()->use_empty() || CS.doesNotCapture(ArgNo))) in isOnlyCopiedFromConstantGlobal()