Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCaptureTracking.cpp278 if (A->get() == V && !CS.doesNotCapture(A - B)) in PointerMayBeCaptured()
DAliasAnalysis.cpp583 (!CS.doesNotCapture(ArgNo) && in callCapturesBefore()
DBasicAliasAnalysis.cpp833 (!CS.doesNotCapture(OperandNo) && in getModRefInfo()
/external/llvm/lib/Analysis/
DCaptureTracking.cpp263 if (A->get() == V && !CS.doesNotCapture(A - B)) in PointerMayBeCaptured()
DAliasAnalysis.cpp459 (!CS.doesNotCapture(ArgNo) && !CS.isByValArgument(ArgNo))) in callCapturesBefore()
DBasicAliasAnalysis.cpp735 (!CS.doesNotCapture(OperandNo) && !CS.isByValArgument(OperandNo))) in getModRefInfo()
/external/swiftshader/third_party/LLVM/include/llvm/
DFunction.h289 bool doesNotCapture(unsigned n) const {
/external/llvm/include/llvm/IR/
DFunction.h411 bool doesNotCapture(unsigned n) const {
DCallSite.h534 bool doesNotCapture(unsigned OpNo) const { in doesNotCapture() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h434 bool doesNotCapture(unsigned n) const { in doesNotCapture() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h593 bool doesNotCapture(unsigned OpNo) const { in doesNotCapture() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp128 CS.isDataOperand(U) && CS.doesNotCapture(CS.getDataOperandNo(U)); in walk()
DMemCpyOptimizer.cpp930 if (CS.getArgument(i) == cpySrc && !CS.doesNotCapture(i)) in performCallSlotOptzn()
/external/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp133 CS.isDataOperand(U) && CS.doesNotCapture(CS.getDataOperandNo(U)); in walk()
DMemCpyOptimizer.cpp891 if (CS.getArgument(i) == cpySrc && !CS.doesNotCapture(i)) in performCallSlotOptzn()
/external/llvm/lib/CodeGen/
DSafeStack.cpp339 if (!(CS.doesNotCapture(A - B) && (CS.doesNotAccessMemory(A - B) || in IsSafeStackAlloca()
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp443 Captures &= !CS.doesNotCapture(UseIndex); in determinePointerReadAttrs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSafeStack.cpp347 if (!(CS.doesNotCapture(A - B) && (CS.doesNotAccessMemory(A - B) || in IsSafeStackAlloca()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp488 Captures &= !CS.doesNotCapture(UseIndex); in determinePointerReadAttrs()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp105 (CS.getInstruction()->use_empty() || CS.doesNotCapture(DataOpNo))) in isOnlyCopiedFromConstantGlobal()
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp75 if (F.doesNotCapture(n)) in setDoesNotCapture()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp108 (CS.getInstruction()->use_empty() || CS.doesNotCapture(DataOpNo))) in isOnlyCopiedFromConstantGlobal()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSimplifyLibCalls.cpp1677 if (!F.doesNotCapture(n)) { in setDoesNotCapture()