Searched refs:IsLoopHeader (Results 1 - 23 of 23) sorted by path

/art/compiler/optimizing/
H A Dbounds_check_elimination.cc401 DCHECK(induction_variable_->GetBlock()->IsLoopHeader());
H A Dcode_generator.cc654 if (it.Current()->IsLoopHeader()) {
1124 DCHECK(block->IsLoopHeader());
H A Dcode_generator_arm.cc4831 DCHECK(successor->IsLoopHeader());
H A Dcode_generator_arm64.cc1522 DCHECK(successor->IsLoopHeader());
H A Dcode_generator_x86.cc5595 DCHECK(successor->IsLoopHeader());
H A Dcode_generator_x86_64.cc5090 DCHECK(successor->IsLoopHeader());
H A Dfind_loops_test.cc114 ASSERT_EQ(block->IsLoopHeader(), is_loop_header);
129 ASSERT_FALSE(block->IsLoopHeader());
339 ASSERT_TRUE(graph->GetBlocks()[3]->IsLoopHeader());
H A Dgraph_checker.cc207 if (block->IsLoopHeader()) {
244 if (block->IsLoopHeader()) {
H A Dgvn.cc456 if (block->IsLoopHeader()) {
H A Dinduction_var_analysis.cc107 if (graph_block->IsLoopHeader() && !graph_block->GetLoopInformation()->IsIrreducible()) {
H A Dinliner.cc1185 if (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible()) {
H A Dinstruction_builder.cc95 } else if (current_block_->IsLoopHeader()) {
251 if (block->IsLoopHeader()) {
290 } else if (current_block_->IsLoopHeader()) {
H A Dlicm.cc95 if (!block->IsLoopHeader()) {
127 bool found_first_non_hoisted_throwing_instruction_in_loop = !inner->IsLoopHeader();
H A Dload_store_elimination.cc531 if (block->IsLoopHeader()) {
597 DCHECK(block->IsLoopHeader());
H A Dnodes.cc271 block->IsLoopHeader() &&
325 if (successor->IsLoopHeader()) {
393 DCHECK(!block->IsLoopHeader() || !block->GetLoopInformation()->IsBackEdge(*first_predecessor));
436 if (block->IsLoopHeader()) {
454 if (block->IsLoopHeader()) {
585 if (block->IsLoopHeader()) {
608 if (block->IsLoopHeader()) {
915 DCHECK(loop_header->IsLoopHeader());
1714 if (IsLoopHeader()) {
1961 if (block->IsLoopHeader()) {
[all...]
H A Dnodes.h900 return IsLoopHeader() ? loop_information_->NumberOfBackEdges() : 0;
1061 bool IsLoopHeader() const { function in class:art::HBasicBlock
1066 DCHECK(IsLoopHeader());
1071 DCHECK(IsLoopHeader());
1083 if (IsLoopHeader()) {
1796 bool IsLoopHeaderPhi() const { return IsPhi() && block_->IsLoopHeader(); }
H A Dreference_type_propagation.cc668 if (phi->GetBlock()->IsLoopHeader()) {
H A Dregister_allocator.cc182 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) {
1925 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) {
H A Dside_effects_analysis.cc33 if (block->IsLoopHeader()) {
59 if (block->IsLoopHeader()) {
78 DCHECK(block->IsLoopHeader());
H A Dssa_builder.cc240 if (block->IsLoopHeader()) {
H A Dssa_liveness_analysis.cc77 if (block->IsLoopHeader()) {
311 if (block->IsLoopHeader()) {
H A Dssa_liveness_analysis.h974 if (header == nullptr || !header->IsLoopHeader()) {
1264 if (!block.IsLoopHeader() || !block.GetLoopInformation()->IsIrreducible()) {
H A Dsuspend_check_test.cc37 ASSERT_TRUE(loop_header->IsLoopHeader());

Completed in 170 milliseconds