Searched refs:DepLoad (Results 1 – 1 of 1) sorted by relevance
522 if (LoadInst *DepLoad = dyn_cast<LoadInst>(SI->getValueOperand())) { in runOnBasicBlock() local523 if (SI->getPointerOperand() == DepLoad->getPointerOperand() && in runOnBasicBlock()525 MemoryIsNotModifiedBetween(DepLoad, SI)) { in runOnBasicBlock()528 << "LOAD: " << *DepLoad << "\n STORE: " << *SI << '\n'); in runOnBasicBlock()