Searched refs:doesNotCapture (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Analysis/
H A DCaptureTracking.cpp120 if (A->get() == V && !CS.doesNotCapture(A - B))
H A DBasicAliasAnalysis.cpp710 (!CS.doesNotCapture(ArgNo) && !CS.isByValArgument(ArgNo)))
H A DMemoryDependenceAnalysis.cpp407 (!CS.doesNotCapture(ArgNo) && !CS.isByValArgument(ArgNo)))
/external/llvm/include/llvm/
H A DFunction.h285 bool doesNotCapture(unsigned n) const { function in class:llvm::Function
/external/llvm/include/llvm/Support/
H A DCallSite.h241 bool doesNotCapture(unsigned ArgNo) const { function in class:llvm::CallSiteBase
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp2538 (CS.getInstruction()->use_empty() || CS.doesNotCapture(ArgNo)))
H A DSimplifyLibCalls.cpp1703 if (!F.doesNotCapture(n)) {

Completed in 97 milliseconds