Searched refs:other_loop_info (Results 1 – 1 of 1) sorted by relevance
2385 HLoopInformation* other_loop_info = user->GetBlock()->GetLoopInformation(); in IsOnlyUsedAfterLoop() local2386 if (other_loop_info != nullptr && other_loop_info->IsIn(*loop_info)) { in IsOnlyUsedAfterLoop()2416 HLoopInformation* other_loop_info = user->GetBlock()->GetLoopInformation(); in TryReplaceWithLastValue() local2417 CHECK(other_loop_info == nullptr || !other_loop_info->IsIn(*loop_info)); in TryReplaceWithLastValue()2431 HLoopInformation* other_loop_info = user->GetHolder()->GetBlock()->GetLoopInformation(); in TryReplaceWithLastValue() local2432 if (other_loop_info == nullptr || !other_loop_info->IsIn(*loop_info)) { in TryReplaceWithLastValue()