HomeSort by relevance Sort by last modified time
    Searched defs:InstDep (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DeadStoreElimination.cpp 440 MemDepResult InstDep = MD->getDependency(Inst);
444 if (!InstDep.isDef() && !InstDep.isClobber())
450 if (LoadInst *DepLoad = dyn_cast<LoadInst>(InstDep.getInst())) {
480 while (InstDep.isDef() || InstDep.isClobber()) {
488 Instruction *DepWrite = InstDep.getInst();
529 InstDep = MD->getPointerDependencyFrom(Loc, false, DepWrite, &BB);
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp     [all...]

Completed in 240 milliseconds