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/ |
D | CaptureTracking.cpp | 174 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
|
D | BasicAliasAnalysis.cpp | 139 auto Ret = !PointerMayBeCaptured(V, false, /*StoreCaptures=*/true); in isNonEscapingLocalObject() 153 auto Ret = !PointerMayBeCaptured(V, false, /*StoreCaptures=*/true); in isNonEscapingLocalObject()
|
D | InstructionSimplify.cpp | 2518 if (MI && !PointerMayBeCaptured(MI, true, true)) in computePointerICmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | CaptureTracking.h | 42 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/ |
D | FunctionAttrs.cpp | 723 PointerMayBeCaptured(&*A, &Tracker); in addArgumentAttrs() 918 if (PointerMayBeCaptured(RetVal, false, /*StoreCaptures=*/false)) in isFunctionMallocLike()
|
D | Attributor.cpp | 3827 PointerMayBeCaptured(V, this); in valueMayBeCaptured()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 781 else if (isAllocLikeFn(&I, TLI) && !PointerMayBeCaptured(&I, true, true)) in handleEndBlock() 1191 !PointerMayBeCaptured(Underlying, false, true); in eliminateDeadStores()
|
D | LICM.cpp | 1870 !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/ |
D | AMDGPUPromoteAlloca.cpp | 578 if (PointerMayBeCaptured(UseInst, true, true)) in collectUsesWithPtrTypes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 402 !PointerMayBeCaptured(Addr, true, true)) { in chooseInstructionsToInstrument()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 157 if (PointerMayBeCaptured(File, true, true)) in isLocallyOpenedFile()
|