Home
last modified time | relevance | path

Searched refs:HGraphBuilder (Results 1 – 10 of 10) sorted by relevance

/art/compiler/optimizing/
Dbuilder.cc34 void HGraphBuilder::MaybeRecordStat(MethodCompilationStat compilation_stat) { in MaybeRecordStat()
40 bool HGraphBuilder::SkipCompilation(size_t number_of_branches) { in SkipCompilation()
73 GraphAnalysisResult HGraphBuilder::BuildGraph() { in BuildGraph()
Dbuilder.h37 class HGraphBuilder : public ValueObject {
39 HGraphBuilder(HGraph* graph, in HGraphBuilder() function
77 HGraphBuilder(HGraph* graph,
131 DISALLOW_COPY_AND_ASSIGN(HGraphBuilder);
Doptimizing_unit_test.h99 HGraphBuilder builder(graph, *item, &handles, return_type);
Dgraph_visualizer.cc641 if ((IsPass(HGraphBuilder::kBuilderPassName) in PrintInstruction()
662 (!is_after_pass_ && IsPass(HGraphBuilder::kBuilderPassName))) in PrintInstruction()
Doptimizing_compiler.cc983 PassScope scope(HGraphBuilder::kBuilderPassName, &pass_observer); in TryCompile()
984 HGraphBuilder builder(graph, in TryCompile()
Dinliner.cc1667 HGraphBuilder builder(callee_graph, in TryBuildAndInlineHelper()
Dnodes.h55 class HGraphBuilder; variable
/art/test/598-checker-irreducible-dominance/
Dinfo.txt1 Regression test for HGraphBuilder which would compute wrong dominance information
/art/test/523-checker-can-throw-regression/
Dinfo.txt1 Regression test for the HGraphBuilder which would split a throwing catch block
/art/test/598-checker-irreducible-dominance/smali/
DIrreducibleLoop.smali19 # causes `outer_back_edge` to not be dominated by `outer_header`. HGraphBuilder