Searched refs:memoryIsNotModifiedBetween (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 388 memoryIsNotModifiedBetween(Instruction *FirstI, Instruction *SecondI, in memoryIsNotModifiedBetween() function 640 memoryIsNotModifiedBetween(DeadI, KillingI, AA, DL, DT)) { in tryToMergePartialOverlappingStores() 1774 !memoryIsNotModifiedBetween(Malloc, MemSet, BatchAA, DL, &DT)) in tryFoldIntoCalloc()
|