Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp81 bool MemoryIsNotModifiedBetween(Instruction *FirstI, Instruction *SecondI);
525 MemoryIsNotModifiedBetween(DepLoad, SI)) { in runOnBasicBlock()
544 MemoryIsNotModifiedBetween(UnderlyingPointer, SI)) { in runOnBasicBlock()
665 bool DSE::MemoryIsNotModifiedBetween(Instruction *FirstI, in MemoryIsNotModifiedBetween() function in DSE