Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCaptureTracking.cpp293 if (A == V && !Call->doesNotCapture(Idx)) in PointerMayBeCaptured()
DAliasAnalysis.cpp673 (!Call->doesNotCapture(ArgNo) && ArgNo < Call->getNumArgOperands() && in callCapturesBefore()
DBasicAliasAnalysis.cpp913 (!Call->doesNotCapture(OperandNo) && in getModRefInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h434 bool doesNotCapture(unsigned n) const { in doesNotCapture() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h602 bool doesNotCapture(unsigned OpNo) const { in doesNotCapture() function
DInstrTypes.h1541 bool doesNotCapture(unsigned OpNo) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp137 CS.isDataOperand(U) && CS.doesNotCapture(CS.getDataOperandNo(U)); in walk()
DMemCpyOptimizer.cpp840 if (CS.getArgument(i) == cpySrc && !CS.doesNotCapture(i)) in performCallSlotOptzn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStack.cpp350 if (!(CS.doesNotCapture(A - B) && (CS.doesNotAccessMemory(A - B) || in IsSafeStackAlloca()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp529 Captures &= !CS.doesNotCapture(UseIndex); in determinePointerReadAttrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp108 (Call->use_empty() || Call->doesNotCapture(DataOpNo))) in isOnlyCopiedFromConstantGlobal()