Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Dep

982     dbgs() << "STORE/LOAD DEP WITH COMMON POINTER MISSED:\n"
1010 dbgs() << "STORE LOAD DEP WITH COMMON BASE:\n"
1895 MemDepResult Dep = MD->getDependency(L);
1900 if (Dep.isClobber()) {
1912 if (StoreInst *DepSI = dyn_cast<StoreInst>(Dep.getInst())) {
1924 if (LoadInst *DepLI = dyn_cast<LoadInst>(Dep.getInst())) {
1938 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(Dep.getInst())) {
1946 DEBUG(dbgs() << "GVN COERCED INST:\n" << *Dep.getInst() << '\n'
1960 // fast print dep, using operator<< on instruction is too slow.
1963 Instruction *I = Dep.getInst();
1970 if (Dep.isNonLocal())
1973 if (!Dep.isDef()) {
1975 // fast print dep, using operator<< on instruction is too slow.
1983 Instruction *DepInst = Dep.getInst();