Searched refs:InstDep (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp467 MemDepResult InstDep = MD->getDependency(Inst); local
471 if (!InstDep.isDef() && !InstDep.isClobber())
477 if (LoadInst *DepLoad = dyn_cast<LoadInst>(InstDep.getInst())) {
507 while (InstDep.isDef() || InstDep.isClobber()) {
515 Instruction *DepWrite = InstDep.getInst();
586 InstDep = MD->getPointerDependencyFrom(Loc, false, DepWrite, &BB);

Completed in 29 milliseconds