Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCaptureTracking.cpp174 bool llvm::PointerMayBeCaptured(const Value *V, in PointerMayBeCaptured() function in llvm
187 PointerMayBeCaptured(V, &SCT, MaxUsesToExplore); in PointerMayBeCaptured()
211 return PointerMayBeCaptured(V, ReturnCaptures, StoreCaptures, in PointerMayBeCapturedBefore()
220 PointerMayBeCaptured(V, &CB, MaxUsesToExplore); in PointerMayBeCapturedBefore()
227 void llvm::PointerMayBeCaptured(const Value *V, CaptureTracker *Tracker, in PointerMayBeCaptured() function in llvm
DBasicAliasAnalysis.cpp139 auto Ret = !PointerMayBeCaptured(V, false, /*StoreCaptures=*/true); in isNonEscapingLocalObject()
153 auto Ret = !PointerMayBeCaptured(V, false, /*StoreCaptures=*/true); in isNonEscapingLocalObject()
DInstructionSimplify.cpp2518 if (MI && !PointerMayBeCaptured(MI, true, true)) in computePointerICmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCaptureTracking.h42 bool PointerMayBeCaptured(const Value *V,
99 void PointerMayBeCaptured(const Value *V, CaptureTracker *Tracker,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp723 PointerMayBeCaptured(&*A, &Tracker); in addArgumentAttrs()
918 if (PointerMayBeCaptured(RetVal, false, /*StoreCaptures=*/false)) in isFunctionMallocLike()
DAttributor.cpp3827 PointerMayBeCaptured(V, this); in valueMayBeCaptured()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp781 else if (isAllocLikeFn(&I, TLI) && !PointerMayBeCaptured(&I, true, true)) in handleEndBlock()
1191 !PointerMayBeCaptured(Underlying, false, true); in eliminateDeadStores()
DLICM.cpp1870 !PointerMayBeCaptured(Object, true, true); in isKnownNonEscaping()
2097 !PointerMayBeCaptured(Object, true, true); in promoteLoopAccessesToScalars()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp578 if (PointerMayBeCaptured(UseInst, true, true)) in collectUsesWithPtrTypes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp402 !PointerMayBeCaptured(Addr, true, true)) { in chooseInstructionsToInstrument()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp157 if (PointerMayBeCaptured(File, true, true)) in isLocallyOpenedFile()