Searched refs:old_to_new_bb_ (Results 1 – 6 of 6) sorted by relevance
572 cloning_result->old_to_new_bb_[old_bb->id()] = new_bb; in CloneLoop()644 BasicBlock* bb = cloning_result.old_to_new_bb_.at(bb_id); in PopulateLoopDesc()648 cloning_result.old_to_new_bb_.at(old_loop->GetHeaderBlock()->id())); in PopulateLoopDesc()651 cloning_result.old_to_new_bb_.at(old_loop->GetLatchBlock()->id())); in PopulateLoopDesc()654 cloning_result.old_to_new_bb_.at(old_loop->GetContinueBlock()->id())); in PopulateLoopDesc()657 cloning_result.old_to_new_bb_.find(old_loop->GetMergeBlock()->id()); in PopulateLoopDesc()658 BasicBlock* bb = it != cloning_result.old_to_new_bb_.end() in PopulateLoopDesc()665 cloning_result.old_to_new_bb_.find(old_loop->GetPreHeaderBlock()->id()); in PopulateLoopDesc()666 if (it != cloning_result.old_to_new_bb_.end()) { in PopulateLoopDesc()
59 BlockMapTy old_to_new_bb_; member