reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
100 Value *StorePtr = Store->getPointerOperand(); 135 OS << *Cand.Store << " -->\n"; 280 if (Cand.Store->getParent() == OtherCand->Store->getParent() && 280 if (Cand.Store->getParent() == OtherCand->Store->getParent() && 284 if (getInstrIndex(OtherCand->Store) < getInstrIndex(Cand.Store)) 284 if (getInstrIndex(OtherCand->Store) < getInstrIndex(Cand.Store)) 354 return getInstrIndex(A.Store) < 355 getInstrIndex(B.Store); 357 ->Store; 444 PHI->addIncoming(Cand.Store->getOperand(0), L->getLoopLatch()); 496 if (!doesStoreDominatesAllLatches(Cand.Store->getParent(), L, DT))