Searched refs:GetSuspendCheck (Results 1 - 13 of 13) sorted by relevance

/art/compiler/optimizing/
H A Dcha_guard_optimization.cc202 HInstruction* suspend = loop_info->GetSuspendCheck();
H A Dsuperblock_cloner_test.cc170 HSuspendCheck* old_suspend_check = header->GetLoopInformation()->GetSuspendCheck();
184 HSuspendCheck* new_suspend_check = header->GetLoopInformation()->GetSuspendCheck();
H A Dgraph_checker.cc587 if (loop_information->GetSuspendCheck() == nullptr) {
593 if (loop_information->GetSuspendCheck() != loop_header->GetFirstInstructionDisregardMoves()) {
H A Dcode_generator.cc906 HSuspendCheck* suspend_check = block->GetLoopInformation()->GetSuspendCheck();
1041 DCHECK_EQ(info->GetSuspendCheck(), instruction);
1415 DCHECK(block->GetLoopInformation()->GetSuspendCheck() == suspend_check);
H A Dbounds_check_elimination.cc1707 HInstruction* suspend = loop->GetSuspendCheck();
H A Dcode_generator_arm64.cc3529 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
5629 DCHECK(block->GetLoopInformation()->GetSuspendCheck() == instruction);
H A Dnodes.cc2725 loop->GetSuspendCheck()->GetEnvironment(), header);
H A Dcode_generator_arm_vixl.cc2826 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
6735 DCHECK(block->GetLoopInformation()->GetSuspendCheck() == instruction);
H A Dcode_generator_mips64.cc3561 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
6832 DCHECK(block->GetLoopInformation()->GetSuspendCheck() == instruction);
H A Dcode_generator_x86.cc1375 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
5724 DCHECK(block->GetLoopInformation()->GetSuspendCheck() == instruction);
H A Dcode_generator_x86_64.cc1472 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
5171 DCHECK(block->GetLoopInformation()->GetSuspendCheck() == instruction);
H A Dnodes.h793 HSuspendCheck* GetSuspendCheck() const { return suspend_check_; } function in class:art::HLoopInformation
H A Dcode_generator_mips.cc4236 GenerateSuspendCheck(info->GetSuspendCheck(), successor);
8953 DCHECK(block->GetLoopInformation()->GetSuspendCheck() == instruction);

Completed in 218 milliseconds