Home
last modified time | relevance | path

Searched refs:MarkerHolder (Results 1 - 25 of 37) sorted by relevance

12

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dcatch_inputs.cpp53 MarkerHolder holder {GetGraph()}; in RunImpl()
H A Ddominators_tree.cpp192 auto markerHolder = MarkerHolder(targetBlock->GetGraph()); in IsPathBetweenBlocks()
H A Dhotness_propagation.h34 auto markerHolder = MarkerHolder(graph_); in Run()
H A Dloop_analyzer.cpp120 auto markerHolder = compiler::MarkerHolder(GetGraph()); in GetForwardEdgesIndexes()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dadjust_arefs.cpp66 auto markerHolder = MarkerHolder(GetGraph()); in RunImpl()
93 auto enteredHolder = MarkerHolder(GetGraph()); in ProcessArrayUses()
103 auto processedHolder = MarkerHolder(GetGraph()); in ProcessArrayUses()
H A Dlicm.cpp238 auto markerHolder = MarkerHolder(GetGraph()); in VisitLoop()
332 MarkerHolder visited(GetGraph()); in FindSaveStateForHoist()
H A Dloop_transform.h42 auto markerHolder = MarkerHolder(GetGraph()); in RunLoopsVisitor()
H A Dcleanup.cpp124 auto markerHolder = MarkerHolder(GetGraph()); in RunOnce()
396 auto markerHolder = MarkerHolder(GetGraph()); in Dce()
536 auto markerHolder = MarkerHolder(GetGraph()); in SimpleDce()
538 auto liveMarkerHolder = MarkerHolder(GetGraph()); in SimpleDce()
H A Dsimplify_string_builder.cpp386 MarkerHolder visitedMarker {GetGraph()};
456 MarkerHolder visited {inst->GetBasicBlock()->GetGraph()};
475 MarkerHolder phiVisited {GetGraph()};
1299 MarkerHolder visited {GetGraph()};
1322 MarkerHolder visited {GetGraph()};
1440 MarkerHolder usageMarker {GetGraph()};
1629 MarkerHolder appendInstructionMarker {GetGraph()};
1818 MarkerHolder visited {block->GetGraph()};
H A Dbranch_elimination.cpp47 auto markerHolder = MarkerHolder(GetGraph()); in RunImpl()
297 auto markerHolder = MarkerHolder(targetBlock->GetGraph()); in BlockIsReachedFromOnlySuccessor()
H A Dlicm_conditions.cpp26 MarkerHolder hoistableInstMh(GetGraph()); in RunImpl()
27 MarkerHolder processedBlocksMh(GetGraph()); in RunImpl()
H A Dloop_idioms.cpp135 MarkerHolder holder {GetGraph()}; in TryTransformArrayInitIdiom()
H A Dscheduler.cpp81 auto markerHolder = MarkerHolder(GetGraph()); in BuildAllDeps()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
H A Dinterop_intrinsic_optimization.cpp623 auto startDfsHolder = MarkerHolder(GetGraph()); in HoistScopeStarts()
642 auto canHoistToHolder = MarkerHolder(GetGraph()); in HoistScopeStarts()
645 auto visitedHolder = MarkerHolder(GetGraph()); in HoistScopeStarts()
654 auto visitedHolder = MarkerHolder(GetGraph()); in HoistScopeStarts()
719 auto visitedHolder = MarkerHolder(GetGraph()); in CheckGraphAndFindScopes()
721 auto invalidatedHolder = MarkerHolder(GetGraph()); in CheckGraphAndFindScopes()
834 auto requireRegMapHolder = MarkerHolder(GetGraph()); in EliminateCastPairs()
1092 auto instAnticipatedHolder = MarkerHolder(GetGraph()); in DoRedundancyElimination()
1094 auto eliminationCandidateHolder = MarkerHolder(GetGraph()); in DoRedundancyElimination()
1127 auto processedHolder = MarkerHolder(GetGrap in RedundancyElimination()
[all...]
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H A Dcleanup.cpp100 auto marker_holder = MarkerHolder(GetGraph()); in RunOnce()
265 auto marker_holder = MarkerHolder(GetGraph()); in Dce()
420 auto marker_holder = MarkerHolder(GetGraph()); in SimpleDce()
422 auto live_marker_holder = MarkerHolder(GetGraph()); in SimpleDce()
H A Dbranch_elimination.cpp37 auto markerHolder = MarkerHolder(GetGraph()); in RunImpl()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph.h1100 class MarkerHolder { class
1102 NO_COPY_SEMANTIC(MarkerHolder);
1103 NO_MOVE_SEMANTIC(MarkerHolder);
1105 explicit MarkerHolder(const Graph *graph) : graph_(graph), marker_(graph->NewMarker()) in MarkerHolder() function in MarkerHolder
1110 ~MarkerHolder() in ~MarkerHolder()
H A Dgraph_cloner.h129 auto marker_holder = MarkerHolder(GetGraph()); in UnrollLoopBody()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dphi_resolver.h43 MarkerHolder markerHolder {graph_}; in Run()
233 MarkerHolder markerHolder {graph_}; in TryRemoveFromSaveStates()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph.h1434 class MarkerHolder { class
1436 NO_COPY_SEMANTIC(MarkerHolder);
1437 NO_MOVE_SEMANTIC(MarkerHolder);
1439 explicit MarkerHolder(const Graph *graph) : graph_(graph), marker_(graph->NewMarker()) in MarkerHolder() function in MarkerHolder
1444 ~MarkerHolder() in ~MarkerHolder()
H A Danalysis.cpp137 MarkerHolder marker(graph); in HasOsrEntryBetween()
145 MarkerHolder marker(bb->GetGraph()); in HasTryBlockBetween()
914 MarkerHolder marker(bb->GetGraph()); in HasSaveStateBetween()
H A Dloop_unswitcher.cpp43 auto markerHolder = MarkerHolder(GetGraph()); in UnswitchLoop()
H A Dgraph_cloner.h136 auto markerHolder = MarkerHolder(GetGraph()); in UnrollLoopBody()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Ddominators_tree.cpp198 auto marker_holder = MarkerHolder(target_block->GetGraph()); in IsPathBetweenBlocks()
H A Dloop_analyzer.cpp120 auto marker_holder = compiler::MarkerHolder(GetGraph()); in GetForwardEdgesIndexes()

Completed in 21 milliseconds

12