Searched refs:DepLoad (Results 1 – 3 of 3) sorted by relevance
450 if (LoadInst *DepLoad = dyn_cast<LoadInst>(InstDep.getInst())) { in runOnBasicBlock() local451 if (SI->getPointerOperand() == DepLoad->getPointerOperand() && in runOnBasicBlock()452 SI->getOperand(0) == DepLoad && isRemovable(SI)) { in runOnBasicBlock()454 << "LOAD: " << *DepLoad << "\n STORE: " << *SI << '\n'); in runOnBasicBlock()
833 if (LoadInst *DepLoad = dyn_cast<LoadInst>(SI->getValueOperand())) { in eliminateNoopStore() local834 if (SI->getPointerOperand() == DepLoad->getPointerOperand() && in eliminateNoopStore()835 isRemovable(SI) && memoryIsNotModifiedBetween(DepLoad, SI, AA)) { in eliminateNoopStore()838 << *DepLoad << "\n STORE: " << *SI << '\n'); in eliminateNoopStore()
1035 if (LoadInst *DepLoad = dyn_cast<LoadInst>(SI->getValueOperand())) { in eliminateNoopStore() local1036 if (SI->getPointerOperand() == DepLoad->getPointerOperand() && in eliminateNoopStore()1037 isRemovable(SI) && memoryIsNotModifiedBetween(DepLoad, SI, AA)) { in eliminateNoopStore()1041 << *DepLoad << "\n STORE: " << *SI << '\n'); in eliminateNoopStore()