Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:markerHolder
(Results
1 - 17
of
17
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H
A
D
phi_resolver.h
43
MarkerHolder
markerHolder
{graph_};
in Run()
44
hasRealUserMarker_ =
markerHolder
.GetMarker();
in Run()
233
MarkerHolder
markerHolder
{graph_};
in TryRemoveFromSaveStates()
234
marker_ =
markerHolder
.GetMarker();
in TryRemoveFromSaveStates()
H
A
D
ir_builder.cpp
632
auto
markerHolder
= MarkerHolder(GetGraph());
in ResolveTryCatchBlocks()
local
633
auto marker =
markerHolder
.GetMarker();
in ResolveTryCatchBlocks()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
loop_transform.h
42
auto
markerHolder
= MarkerHolder(GetGraph());
in RunLoopsVisitor()
local
43
auto markerLoopExit =
markerHolder
.GetMarker();
in RunLoopsVisitor()
H
A
D
branch_elimination.cpp
47
auto
markerHolder
= MarkerHolder(GetGraph());
in RunImpl()
local
48
rmBlockMarker_ =
markerHolder
.GetMarker();
in RunImpl()
297
auto
markerHolder
= MarkerHolder(targetBlock->GetGraph());
in BlockIsReachedFromOnlySuccessor()
local
298
if (BlocksPathDfsSearch(
markerHolder
.GetMarker(), otherSuccesor, targetBlock)) {
in BlockIsReachedFromOnlySuccessor()
H
A
D
cleanup.cpp
124
auto
markerHolder
= MarkerHolder(GetGraph());
in RunOnce()
local
125
auto deadMrk =
markerHolder
.GetMarker();
in RunOnce()
396
auto
markerHolder
= MarkerHolder(GetGraph());
in Dce()
local
397
auto liveMrk =
markerHolder
.GetMarker();
in Dce()
536
auto
markerHolder
= MarkerHolder(GetGraph());
in SimpleDce()
local
537
auto mrk =
markerHolder
.GetMarker();
in SimpleDce()
H
A
D
adjust_arefs.cpp
66
auto
markerHolder
= MarkerHolder(GetGraph());
in RunImpl()
local
67
worksetMarker_ =
markerHolder
.GetMarker();
in RunImpl()
H
A
D
licm.cpp
238
auto
markerHolder
= MarkerHolder(GetGraph());
in VisitLoop()
local
239
markerHoistInst_ =
markerHolder
.GetMarker();
in VisitLoop()
H
A
D
scheduler.cpp
81
auto
markerHolder
= MarkerHolder(GetGraph());
in BuildAllDeps()
local
82
mrk_ =
markerHolder
.GetMarker();
in BuildAllDeps()
H
A
D
lse.cpp
1174
auto
markerHolder
= MarkerHolder(GetGraph());
in RunImpl()
local
1175
auto phiFixupMrk =
markerHolder
.GetMarker();
in RunImpl()
H
A
D
peepholes.cpp
1551
auto
markerHolder
= MarkerHolder(block->GetGraph());
in TryRemoveOverflowCheck()
local
1552
if (CanRemoveOverflowCheck(inst,
markerHolder
.GetMarker())) {
in TryRemoveOverflowCheck()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H
A
D
branch_elimination.cpp
37
auto
markerHolder
= MarkerHolder(GetGraph());
in RunImpl()
local
38
rmBlockMarker_ =
markerHolder
.GetMarker();
in RunImpl()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
dominators_tree.cpp
192
auto
markerHolder
= MarkerHolder(targetBlock->GetGraph());
in IsPathBetweenBlocks()
local
193
auto marker =
markerHolder
.GetMarker();
in IsPathBetweenBlocks()
H
A
D
hotness_propagation.h
34
auto
markerHolder
= MarkerHolder(graph_);
in Run()
local
35
mrk_ =
markerHolder
.GetMarker();
in Run()
H
A
D
loop_analyzer.cpp
120
auto
markerHolder
= compiler::MarkerHolder(GetGraph());
in GetForwardEdgesIndexes()
local
121
auto backEdgeMarker =
markerHolder
.GetMarker();
in GetForwardEdgesIndexes()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
loop_unswitcher.cpp
43
auto
markerHolder
= MarkerHolder(GetGraph());
in UnswitchLoop()
local
44
cloneMarker_ =
markerHolder
.GetMarker();
in UnswitchLoop()
H
A
D
graph_cloner.h
136
auto
markerHolder
= MarkerHolder(GetGraph());
in UnrollLoopBody()
local
137
cloneMarker_ =
markerHolder
.GetMarker();
in UnrollLoopBody()
H
A
D
graph_cloner.cpp
625
auto
markerHolder
= MarkerHolder(GetGraph());
in CloneLoopHeader()
local
626
cloneMarker_ =
markerHolder
.GetMarker();
in CloneLoopHeader()
762
auto
markerHolder
= MarkerHolder(GetGraph());
in CloneLoop()
local
763
cloneMarker_ =
markerHolder
.GetMarker();
in CloneLoop()
Completed in 19 milliseconds