Home
last modified time | relevance | path

Searched refs:DepInst (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DMemDepPrinter.cpp148 const Instruction *DepInst = I->first.getPointer(); in print() local
153 if (!DepInst) in print()
163 if (DepInst) { in print()
165 if (DepInst == Inst) in print()
168 DepInst->print(OS); in print()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp1364 Instruction *DepInst = DepInfo.getInst(); in processNonLocalLoad() local
1367 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() local
1767 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()