Searched refs:all_blocks (Results 1 – 7 of 7) sorted by relevance
68 static MemBlock* all_blocks = NULL; variable84 while (all_blocks != NULL) { in PrintMemInfo()85 MemBlock* b = all_blocks; in PrintMemInfo()86 all_blocks = b->next_; in PrintMemInfo()121 b->next_ = all_blocks; in AddMem()122 all_blocks = b; in AddMem()141 MemBlock** b = &all_blocks; in SubMem()
253 all_blocks = {}269 all_blocks[key] = [b.lstrip('\n').rstrip()271 max_block_len = max(max_block_len, len(all_blocks[key]))275 for key in all_blocks:276 len_to_pad = max_block_len - len(all_blocks[key])277 all_blocks[key] += [''] * len_to_pad284 for block_num, block_text in enumerate(all_blocks[key]):
75 all_blocks = set([blocks[u] for u in uu])104 if block in all_blocks:
64 FT_Long all_blocks; /* total number of blocks allocated */ member489 node->all_blocks = 0; in ft_mem_table_get_source()558 source->all_blocks++; in ft_mem_table_set()
261 const BasicBlockVector* all_blocks() const { return &all_blocks_; } in NON_EXPORTED_BASE()
86 auto blocks = schedule_->all_blocks(); in Run()311 BasicBlockVector const* blocks = schedule_->all_blocks(); in Run()
512 ((s.RpoBlockCount() == 0) ? *s.all_blocks() : *s.rpo_order())) { in operator <<()