Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp555 MemDepResult InstDep = MD->getDependency(Inst); in runOnBasicBlock() local
559 if (!InstDep.isDef() && !InstDep.isClobber()) in runOnBasicBlock()
569 while (InstDep.isDef() || InstDep.isClobber()) { in runOnBasicBlock()
577 Instruction *DepWrite = InstDep.getInst(); in runOnBasicBlock()
648 InstDep = MD->getPointerDependencyFrom(Loc, false, in runOnBasicBlock()
DLoopDistribute.cpp716 for (auto &InstDep : MID) { in processLoop() local
717 Instruction *I = InstDep.Inst; in processLoop()
721 InstDep.NumUnsafeDependencesStartOrEnd > 0) in processLoop()
725 NumUnsafeDependencesActive += InstDep.NumUnsafeDependencesStartOrEnd; in processLoop()