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

/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp508 MemDepResult InstDep = MD->getDependency(Inst); local
512 if (!InstDep.isDef() && !InstDep.isClobber())
518 if (LoadInst *DepLoad = dyn_cast<LoadInst>(InstDep.getInst())) {
548 while (InstDep.isDef() || InstDep.isClobber()) {
556 Instruction *DepWrite = InstDep.getInst();
627 InstDep = MD->getPointerDependencyFrom(Loc, false, DepWrite, &BB);

Completed in 99 milliseconds