Searched defs:InsertedBlocks (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DOptimalEdgeProfiling.cpp159 // InsertedBlocks contains all blocks that were inserted for splitting an
161 DenseSet<BasicBlock*> InsertedBlocks; local
165 if (InsertedBlocks.count(BB)) continue;
191 InsertedBlocks.insert(Succ);

Completed in 46 milliseconds