Home
last modified time | relevance | path

Searched refs:mayBeMemoryDependent (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp84 if (mayBeMemoryDependent(*UI)) { in isSafeToSpeculatePHIUsers()
135 mayBeMemoryDependent(*OpI)) { in isSafeToSpeculatePHIUsers()
DReassociate.cpp185 if (mayBeMemoryDependent(I)) in BuildRankMap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueTracking.h435 bool mayBeMemoryDependent(const Instruction &I);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp4141 bool llvm::mayBeMemoryDependent(const Instruction &I) { in mayBeMemoryDependent() function in llvm