Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp522 if (LoadInst *DepLoad = dyn_cast<LoadInst>(SI->getValueOperand())) { in runOnBasicBlock() local
523 if (SI->getPointerOperand() == DepLoad->getPointerOperand() && in runOnBasicBlock()
525 MemoryIsNotModifiedBetween(DepLoad, SI)) { in runOnBasicBlock()
528 << "LOAD: " << *DepLoad << "\n STORE: " << *SI << '\n'); in runOnBasicBlock()