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

  /art/compiler/optimizing/
licm.cc 121 DCHECK(!loop_info->IsIrreducible());
gvn.cc 466 DCHECK(!block->GetLoopInformation()->IsIrreducible());
graph_checker.cc 660 } else if (!loop_information->IsIrreducible() && !loop_header->Dominates(loop_block)) {
    [all...]
graph_visualizer.cc 564 << std::boolalpha << loop_info->IsIrreducible() << std::noboolalpha;
load_store_elimination.cc 603 if (block->GetLoopInformation()->IsIrreducible()) {
    [all...]
ssa_liveness_analysis.h     [all...]
nodes.cc 589 if (block->GetLoopInformation()->IsIrreducible()) {
    [all...]
register_allocator.cc 182 (block->IsLoopHeader() && block->GetLoopInformation()->IsIrreducible())) {
    [all...]
code_generator.cc 781 DCHECK(info->IsIrreducible());
    [all...]
induction_var_analysis.cc 107 if (graph_block->IsLoopHeader() && !graph_block->GetLoopInformation()->IsIrreducible()) {
    [all...]
inliner.cc     [all...]
bounds_check_elimination.cc     [all...]
nodes.h 660 bool IsIrreducible() const { return irreducible_; }
    [all...]

Completed in 209 milliseconds