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
defs:curBB
(Results
1 - 10
of
10
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
loop.cpp
103
auto *
curBB
= bodyList.front();
in GenerateLoop()
local
H
A
D
cfgo.cpp
88
bool ChainingPattern::MergeFallthuBB(BB &
curBB
)
in MergeFallthuBB()
argument
110
bool ChainingPattern::MergeGotoBB(BB &
curBB
, BB &sucBB)
in MergeGotoBB()
argument
121
MoveSuccBBAsCurBBNext(BB &
curBB
, BB &sucBB)
MoveSuccBBAsCurBBNext()
argument
157
RemoveGotoInsn(BB &
curBB
, BB &sucBB)
RemoveGotoInsn()
argument
176
ClearCurBBAndResetTargetBB(BB &
curBB
, BB &sucBB)
ClearCurBBAndResetTargetBB()
argument
244
Optimize(BB &
curBB
)
Optimize()
argument
337
Optimize(BB &
curBB
)
Optimize()
argument
483
Optimize(BB &
curBB
)
Optimize()
argument
535
Optimize(BB &
curBB
)
Optimize()
argument
[all...]
H
A
D
cg_cfg.cpp
379
RemoveBB(BB &
curBB
, bool isGotoIf) const
RemoveBB()
argument
462
GetTargetSuc(BB &
curBB
, bool branchOnly, bool isGotoIf)
GetTargetSuc()
argument
573
BB *
curBB
= allBBs.front();
FindWillExitBBs()
local
[all...]
H
A
D
cgbb.cpp
389
void Bfs::BFS(BB &
curBB
)
in BFS()
argument
H
A
D
optimize_common.cpp
41
BB *
curBB
= cgFunc->GetFirstBB();
in Run()
local
69
BB *
curBB
= cgFunc->GetFirstBB();
in Search2Op()
local
[all...]
H
A
D
live.cpp
43
bool LiveAnalysis::RemovePhiLiveInFromSuccNotFromThisBB(BB &
curBB
, BB &succBB) const
in RemovePhiLiveInFromSuccNotFromThisBB()
argument
118
BB *
curBB
= insn->GetBB();
in GenerateStackMapLiveIn()
local
H
A
D
reg_alloc_lsra.cpp
418
BB *
curBB
= insn.GetBB();
in SetupLiveInterval()
local
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
frame_states.cpp
378
bool FrameStateBuilder::IsOsrLoopExit(const BytecodeRegion &
curBB
)
in IsOsrLoopExit()
argument
395
bool FrameStateBuilder::OutOfOsrLoop(const BytecodeRegion &
curBB
)
in OutOfOsrLoop()
argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
cgfunc.h
1146
BB *
curBB
= nullptr;
global()
member in maplebe::CGFunc
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H
A
D
litecg_ir_builder.cpp
786
BB &
curBB
= GetOrCreateBB(instID2bbID_[acc_.GetId(gate)]);
in SaveGate2Expr()
local
1158
BB &
curBB
= GetOrCreateBB(instID2bbID_[acc_.GetId(gate)]);
in VisitBranch()
local
1195
BB &
curBB
= GetOrCreateBB(instID2bbID_[acc_.GetId(gate)]);
in VisitReturn()
local
2755
BB &
curBB
in HandleDeoptCheck()
local
[all...]
Completed in 17 milliseconds