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:instID2bbID_
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H
A
D
litecg_ir_builder.cpp
97
instID2bbID_
[gateId] = static_cast<int>(bbIdx);
in BuildInstID2BBIDMap()
786
BB &curBB = GetOrCreateBB(
instID2bbID_
[acc_.GetId(gate)]);
in SaveGate2Expr()
902
int block =
instID2bbID_
[acc_.GetId(gate)];
in HandleGoto()
903
int bbOut =
instID2bbID_
[acc_.GetId(outs[0])];
in HandleGoto()
908
bbOut =
instID2bbID_
[acc_.GetId(out)];
in HandleGoto()
1141
int bbTrue =
instID2bbID_
[acc_.GetId(bTrue)];
in HandleBranch()
1142
int bbFalse =
instID2bbID_
[acc_.GetId(bFalse)];
in HandleBranch()
1158
BB &curBB = GetOrCreateBB(
instID2bbID_
[acc_.GetId(gate)]);
in VisitBranch()
1195
BB &curBB = GetOrCreateBB(
instID2bbID_
[acc_.GetId(gate)]);
in VisitReturn()
1351
BB &bb = GetOrCreateBB(
instID2bbID_
[acc
in VisitRuntimeCall()
[all...]
H
A
D
litecg_ir_builder.h
124
std::map<GateId, int>
instID2bbID_
;
member in panda::ecmascript::kungfu::LiteCGIRBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H
A
D
llvm_ir_builder.cpp
253
instID2bbID_
[gateId] = static_cast<int>(bbIdx);
in Build()
266
predecessors.insert(
instID2bbID_
[acc_.GetId(r)]);
in Build()
1167
int owner =
instID2bbID_
[gateId];
in LookupPredBB()
1175
owner =
instID2bbID_
[id];
in LookupPredBB()
1286
int block =
instID2bbID_
[acc_.GetId(gate)];
in HandleGoto()
1291
int bbOut =
instID2bbID_
[acc_.GetId(out)];
in HandleGoto()
1297
int bbOut =
instID2bbID_
[acc_.GetId(outs[0])];
in HandleGoto()
1447
int bbTrue =
instID2bbID_
[acc_.GetId(bTrue)];
in HandleBranch()
1448
int bbFalse =
instID2bbID_
[acc_.GetId(bFalse)];
in HandleBranch()
1549
curOutBB = EnsureBB(
instID2bbID_
[acc
in VisitSwitch()
[all...]
H
A
D
llvm_ir_builder.h
475
std::map<GateId, int>
instID2bbID_
;
member in panda::ecmascript::kungfu::LLVMIRBuilder
Completed in 12 milliseconds