Searched refs:DepInst (Results 1 – 2 of 2) sorted by relevance
148 const Instruction *DepInst = I->first.getPointer(); in print() local153 if (!DepInst) in print()163 if (DepInst) { in print()165 if (DepInst == Inst) in print()168 DepInst->print(OS); in print()
1364 Instruction *DepInst = DepInfo.getInst(); in processNonLocalLoad() local1367 if (isa<AllocaInst>(DepInst) || isMalloc(DepInst) || in processNonLocalLoad()1369 isLifetimeStart(DepInst)) { in processNonLocalLoad()1375 if (StoreInst *S = dyn_cast<StoreInst>(DepInst)) { in processNonLocalLoad()1393 if (LoadInst *LD = dyn_cast<LoadInst>(DepInst)) { in processNonLocalLoad()1766 Instruction *DepInst = Dep.getInst(); in processLoad() local1767 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInst)) { in processLoad()1796 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInst)) { in processLoad()1828 if (isa<AllocaInst>(DepInst) || isMalloc(DepInst)) { in processLoad()1837 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(DepInst)) { in processLoad()