Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Dep

851     dbgs() << "STORE/LOAD DEP WITH COMMON POINTER MISSED:\n"
879 dbgs() << "STORE LOAD DEP WITH COMMON BASE:\n"
1545 // "Hot" Instruction is in some loop (because it dominates its dep.
1743 MemDepResult Dep = MD->getDependency(L);
1747 if (Dep.isClobber() && TD) {
1759 if (StoreInst *DepSI = dyn_cast<StoreInst>(Dep.getInst())) {
1772 if (LoadInst *DepLI = dyn_cast<LoadInst>(Dep.getInst())) {
1787 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(Dep.getInst())) {
1796 DEBUG(dbgs() << "GVN COERCED INST:\n" << *Dep.getInst() << '\n'
1810 if (Dep.isClobber()) {
1812 // fast print dep, using operator<< on instruction is too slow.
1815 Instruction *I = Dep.getInst();
1822 if (Dep.isNonLocal())
1825 if (!Dep.isDef()) {
1827 // fast print dep, using operator<< on instruction is too slow.
1835 Instruction *DepInst = Dep.getInst();