Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp77 if (mayBeMemoryDependent(*UI)) { in isSafeToSpeculatePHIUsers()
128 mayBeMemoryDependent(*OpI)) { in isSafeToSpeculatePHIUsers()
H A DReassociate.cpp185 if (mayBeMemoryDependent(I)) in BuildRankMap()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DValueTracking.h403 bool mayBeMemoryDependent(const Instruction &I);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp3925 bool llvm::mayBeMemoryDependent(const Instruction &I) { in mayBeMemoryDependent() function in llvm