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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp720 for (auto &InstDep : MID) {
721 Instruction *I = InstDep.Inst;
725 InstDep.NumUnsafeDependencesStartOrEnd > 0)
729 NumUnsafeDependencesActive += InstDep.NumUnsafeDependencesStartOrEnd;
H A DDeadStoreElimination.cpp1240 MemDepResult InstDep = MD->getDependency(Inst); local
1244 if (!InstDep.isDef() && !InstDep.isClobber())
1261 while (InstDep.isDef() || InstDep.isClobber()) {
1269 Instruction *DepWrite = InstDep.getInst();
1328 InstDep = MD->getDependency(Inst);
1387 InstDep = MD->getPointerDependencyFrom(Loc, /*isLoad=*/ false,

Completed in 132 milliseconds