Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp717 for (const auto &InstDep : MID) { in processLoop() local
718 Instruction *I = InstDep.Inst; in processLoop()
722 InstDep.NumUnsafeDependencesStartOrEnd > 0) in processLoop()
726 NumUnsafeDependencesActive += InstDep.NumUnsafeDependencesStartOrEnd; in processLoop()