Searched defs:blocks_count (Results 1 – 4 of 4) sorted by relevance
27 void Rpo::DFS(BasicBlock *block, size_t *blocks_count) in DFS()44 size_t blocks_count = GetGraph()->GetAliveBlocksCount(); in RunImpl() local
151 void LinearOrder::DFSAndDeferLeastFrequentBranches(BasicBlock *block, size_t *blocks_count) in DFSAndDeferLeastFrequentBranches()197 size_t blocks_count = GetGraph()->GetAliveBlocksCount(); in RunImpl() local
150 void DominatorsTree::Init(size_t blocks_count) in Init()
94 size_t blocks_count = 0; in Check() local