Searched refs:ExecutedBlocks (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2636 // ExecutedBlocks - We only handle non-looping, non-recursive code. As such,
2639 SmallPtrSet<BasicBlock*, 32> ExecutedBlocks; local
2666 if (!ExecutedBlocks.insert(NextBB))

Completed in 48 milliseconds