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