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