Searched refs:defs_at_block_ (Results 1 – 6 of 6) sorted by relevance
189 defs_at_block_[bb][var_id] = val_id; in WriteVariable()266 BlockDefsMap defs_at_block_; variable
245 const auto& bb_it = defs_at_block_.find(bb); in GetValueAtBlock()246 if (bb_it != defs_at_block_.end()) { in GetValueAtBlock()
247 const auto& bb_it = defs_at_block_.find(bb); in GetValueAtBlock()248 if (bb_it != defs_at_block_.end()) { in GetValueAtBlock()
246 const auto& bb_it = defs_at_block_.find(bb); in GetValueAtBlock()247 if (bb_it != defs_at_block_.end()) { in GetValueAtBlock()