Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DOptimalEdgeProfiling.cpp161 DenseSet<BasicBlock*> InsertedBlocks; in runOnModule() local
165 if (InsertedBlocks.count(BB)) continue; in runOnModule()
191 InsertedBlocks.insert(Succ); in runOnModule()