Searched refs:GetBlockId (Results 1 – 2 of 2) sorted by relevance
56 (*ancestors_)[GetBlockId(dest)] = block; in SetAncestor()60 return (*ancestors_)[GetBlockId(block)]; in GetAncestor()68 return (*buckets_)[GetBlockId(block)]; in GetBucket()76 (*idoms_)[GetBlockId(dest)] = block; in SetIdom()80 return (*idoms_)[GetBlockId(block)]; in GetIdom()88 (*labels_)[GetBlockId(dest)] = block; in SetLabel()92 return (*labels_)[GetBlockId(block)]; in GetLabel()100 (*parents_)[GetBlockId(dest)] = block; in SetParent()104 return (*parents_)[GetBlockId(block)]; in GetParent()112 (*semi_)[GetBlockId(dest)] = value; in SetSemi()[all …]
222 inline uint32_t DominatorsTree::GetBlockId(BasicBlock *block) in GetBlockId() function in panda::compiler::DominatorsTree