Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachinePipeliner.cpp1223 DenseMap<int, int> OutputDeps; in createAdjacencyStructure() local
1233 auto Dep = OutputDeps.find(BackEdge); in createAdjacencyStructure()
1234 if (Dep != OutputDeps.end()) { in createAdjacencyStructure()
1236 OutputDeps.erase(Dep); in createAdjacencyStructure()
1238 OutputDeps[N] = BackEdge; in createAdjacencyStructure()
1267 for (auto &OD : OutputDeps) in createAdjacencyStructure()