Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp125 DenseSet<jitlink::Block *> BlocksAlreadyVisited; in printGraph() local
148 if (BlocksAlreadyVisited.count(&B)) { in printGraph()
158 BlocksAlreadyVisited.insert(&B); in printGraph()