HomeSort by relevance Sort by last modified time
    Searched refs:IsIrreducible (Results 1 - 16 of 16) sorted by null

  /art/compiler/optimizing/
cha_guard_optimization.cc 184 !loop_info->IsIrreducible() &&
licm.cc 121 DCHECK(!loop_info->IsIrreducible());
gvn.cc 466 DCHECK(!block->GetLoopInformation()->IsIrreducible());
load_store_elimination.cc 146 if (block->GetLoopInformation()->IsIrreducible()) {
graph_checker.cc 666 } else if (!loop_information->IsIrreducible() && !loop_header->Dominates(loop_block)) {
    [all...]
graph_visualizer.cc 638 << std::boolalpha << loop_info->IsIrreducible() << std::noboolalpha;
    [all...]
register_allocation_resolver.cc 151 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) {
ssa_liveness_analysis.h     [all...]
register_allocator_linear_scan.cc 176 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) {
    [all...]
bounds_check_elimination.cc     [all...]
code_generator.cc     [all...]
induction_var_analysis.cc 116 if (graph_block->IsLoopHeader() && !graph_block->GetLoopInformation()->IsIrreducible()) {
    [all...]
inliner.cc     [all...]
register_allocator_graph_color.cc     [all...]
nodes.cc 592 if (block->GetLoopInformation()->IsIrreducible()) {
    [all...]
nodes.h 759 bool IsIrreducible() const { return irreducible_; }
    [all...]

Completed in 69 milliseconds