Searched refs:callCapturesBefore (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 650 ModRefInfo callCapturesBefore(const Instruction *I, 655 ModRefInfo callCapturesBefore(const Instruction *I, const Value *P, 658 return callCapturesBefore(I, MemoryLocation(P, Size), DT, OBB);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasAnalysis.cpp | 640 ModRefInfo AAResults::callCapturesBefore(const Instruction *I, in callCapturesBefore() function in AAResults
|
D | MemoryDependenceAnalysis.cpp | 689 MR = AA.callCapturesBefore(Inst, MemLoc, &DT, OBB); in getSimplePointerDependencyFrom()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 858 MR = AA.callCapturesBefore(C, cpyDest, LocationSize::precise(srcSize), &DT); in performCallSlotOptzn()
|