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

/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyImpl.h173 SmallPtrSet<BlockT *, 8> &BlocksInLoop) {
184 if (BlocksInLoop.count(Pred))
201 } else if (BlocksInLoop.count(Pred)) {
225 SmallPtrSet<BlockT *, 8> BlocksInLoop; local
229 doBlock(BB, Head, BlocksInLoop);
231 BlocksInLoop.insert(BB);
172 doBlock(BlockT *BB, BlockT *LoopHead, SmallPtrSet<BlockT *, 8> &BlocksInLoop) argument

Completed in 133 milliseconds