Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp175 DenseMap<const BasicBlock *, BlockSet> AdjacencyList; in findDependencies() local
180 AdjacencyList[&BB].insert(Succ); in findDependencies()
181 AdjacencyList[Succ].insert(&BB); in findDependencies()
189 auto &Neighbors = AdjacencyList[Path.back()]; in findDependencies()
207 if (AdjacencyList[&BB].size() == 1) { in findDependencies()
217 AdjacencyList[BB].clear(); in findDependencies()