Home | History | Annotate | Download | only in val

Lines Matching refs:where

248     auto where = augmented_successors_map_.find(block);
249 return where == augmented_successors_map_.end() ? block->successors()
250 : &(*where).second;
257 auto where = loop_header_successors_plus_continue_target_map_.find(block);
258 return where == loop_header_successors_plus_continue_target_map_.end()
260 : &(*where).second;
266 auto where = augmented_predecessors_map_.find(block);
267 return where == augmented_predecessors_map_.end() ? block->predecessors()
268 : &(*where).second;
297 auto where =
299 assert(where != entry_block_to_construct_.end());
300 auto construct_ptr = (*where).second;