Searched refs:IsLoopHeader (Results 1 - 25 of 31) sorted by relevance

12

/art/compiler/optimizing/
H A Dside_effects_analysis.cc32 if (block->IsLoopHeader()) {
56 if (block->IsLoopHeader()) {
75 DCHECK(block->IsLoopHeader());
H A Dlicm.cc95 if (!block->IsLoopHeader()) {
127 bool found_first_non_hoisted_visible_instruction_in_loop = !inner->IsLoopHeader();
136 DCHECK(instruction->GetBlock()->IsLoopHeader());
H A Dlinear_order.cc60 if (header == nullptr || !header->IsLoopHeader()) {
102 if (block->IsLoopHeader()) {
H A Dsuspend_check_test.cc40 ASSERT_TRUE(loop_header->IsLoopHeader());
H A Dfind_loops_test.cc104 ASSERT_EQ(block->IsLoopHeader(), is_loop_header);
119 ASSERT_FALSE(block->IsLoopHeader());
313 ASSERT_TRUE(graph->GetBlocks()[3]->IsLoopHeader());
H A Dsuperblock_cloner.cc92 if (block->IsLoopHeader()) {
326 if (block->IsLoopHeader()) {
340 if (block->IsLoopHeader()) {
H A Dnodes.cc310 block->IsLoopHeader() &&
361 if (successor->IsLoopHeader()) {
384 DCHECK(header->IsLoopHeader());
546 DCHECK(!block->IsLoopHeader() || !block->GetLoopInformation()->IsBackEdge(*first_predecessor));
589 if (block->IsLoopHeader()) {
606 if (block->IsLoopHeader()) {
748 if (block->IsLoopHeader()) {
771 if (block->IsLoopHeader()) {
1097 DCHECK(loop_header->IsLoopHeader());
2089 if (IsLoopHeader()) {
[all...]
H A Ddead_code_elimination.cc342 DCHECK(!block->IsLoopHeader());
H A Dgvn.cc448 if (block->IsLoopHeader()) {
H A Dgraph_checker.cc221 if (block->IsLoopHeader()) {
258 if (block->IsLoopHeader()) {
H A Dload_store_elimination.cc113 if (block->IsLoopHeader()) {
338 DCHECK(block->IsLoopHeader());
H A Dssa_builder.cc239 if (block->IsLoopHeader()) {
H A Dssa_liveness_analysis.cc239 if (block->IsLoopHeader()) {
H A Dcode_generator.cc905 if (block->IsLoopHeader()) {
1416 DCHECK(block->IsLoopHeader());
H A Dreference_type_propagation.cc752 if (phi->GetBlock()->IsLoopHeader()) {
H A Dregister_allocation_resolver.cc154 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) {
H A Dnodes.h1046 return IsLoopHeader() ? loop_information_->NumberOfBackEdges() : 0;
1211 bool IsLoopHeader() const { function in class:art::HBasicBlock
1216 DCHECK(IsLoopHeader());
1221 DCHECK(IsLoopHeader());
1233 if (IsLoopHeader()) {
1994 bool IsLoopHeaderPhi() const { return IsPhi() && block_->IsLoopHeader(); }
H A Dregister_allocator_linear_scan.cc178 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) {
H A Dssa_liveness_analysis.h1274 if (!block.IsLoopHeader() || !block.GetLoopInformation()->IsIrreducible()) {
H A Dinstruction_builder.cc150 } else if (current_block_->IsLoopHeader()) {
304 if (block->IsLoopHeader()) {
343 } else if (current_block_->IsLoopHeader()) {
H A Dbounds_check_elimination.cc387 DCHECK(induction_variable_->GetBlock()->IsLoopHeader());
H A Dinduction_var_analysis.cc252 if (graph_block->IsLoopHeader() && !graph_block->GetLoopInformation()->IsIrreducible()) {
H A Dregister_allocator_graph_color.cc798 || (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) {
H A Dinliner.cc1892 if (block->IsLoopHeader()) {
H A Dloop_optimization.cc472 if (block->IsLoopHeader()) {

Completed in 1227 milliseconds

12