Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp84 if (mayBeMemoryDependent(*UI)) { in isSafeToSpeculatePHIUsers()
135 mayBeMemoryDependent(*OpI)) { in isSafeToSpeculatePHIUsers()
H A DReassociate.cpp186 if (mayBeMemoryDependent(I)) in BuildRankMap()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueTracking.h475 bool mayBeMemoryDependent(const Instruction &I);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1396 if (!mayBeMemoryDependent(In)) in isSafeToMoveBeforeInBB()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp4626 bool llvm::mayBeMemoryDependent(const Instruction &I) { in mayBeMemoryDependent() function in llvm