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:Optimize
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
cfgo.h
40
bool
Optimize
(BB &curBB) override;
61
bool
Optimize
(BB &curBB) override;
97
bool
Optimize
(BB &curBB) override;
110
bool
Optimize
(BB &curBB) override;
H
A
D
optimize_common.h
58
virtual bool
Optimize
(BB &curBB) = 0;
H
A
D
peep.h
32
void
Optimize
(bool patternEnable = false)
in Optimize()
function in maplebe::PeepOptimizeManager
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
cfgo.cpp
244
bool ChainingPattern::
Optimize
(BB &curBB)
in Optimize()
function in maplebe::ChainingPattern
337
bool FlipBRPattern::
Optimize
(BB &curBB)
in Optimize()
function in maplebe::FlipBRPattern
344
DEBUG_ASSERT(ftBB != nullptr, "ftBB is null in FlipBRPattern::
Optimize
");
in Optimize()
346
DEBUG_ASSERT(brBB != nullptr, "brBB is null in FlipBRPattern::
Optimize
");
in Optimize()
483
bool EmptyBBPattern::
Optimize
(BB &curBB)
in Optimize()
function in maplebe::EmptyBBPattern
535
bool UnreachBBPattern::
Optimize
(BB &curBB)
in Optimize()
function in maplebe::UnreachBBPattern
H
A
D
optimize_common.cpp
43
if (p->
Optimize
(*curBB)) {
in Run()
73
changed =
Optimize
(*curBB);
in Search2Op()
H
A
D
cgfunc.cpp
576
(void)pattern->
Optimize
(*bb);
in RemoveUnreachableBB()
/arkcompiler/ets_runtime/ecmascript/jit/
H
A
D
jit_task.cpp
70
void JitTask::
Optimize
()
in Optimize()
function in panda::ecmascript::JitTask
410
jitTask_->
Optimize
();
in Run()
H
A
D
jit_task.h
106
void
Optimize
();
Completed in 6 milliseconds