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:bbID2BB_
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H
A
D
llvm_ir_builder.cpp
74
bbID2BB_
.clear();
in LLVMIRBuilder()
290
if (
bbID2BB_
.count(id) == 0) {
in EnsureBB()
293
bbID2BB_
[id] = std::move(newBB);
in EnsureBB()
295
bb =
bbID2BB_
[id].get();
in EnsureBB()
318
ASSERT(
bbID2BB_
.count(e.predBBId) > 0);
in ProcessPhiWorkList()
319
BasicBlock *pred =
bbID2BB_
[e.predBBId].get();
in ProcessPhiWorkList()
347
for (auto &it :
bbID2BB_
) {
in Finish()
1194
int cnt = static_cast<int>(
bbID2BB_
.count(bbIdx));
in VisitPhi()
1197
BasicBlock *bb =
bbID2BB_
[bbIdx].get();
in VisitPhi()
1314
llvm::BasicBlock *self = llvm::unwrap(EnsureLBB(
bbID2BB_
[bloc
in VisitGoto()
[all...]
H
A
D
llvm_ir_builder.h
476
BasicBlockMap
bbID2BB_
;
member in panda::ecmascript::kungfu::LLVMIRBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H
A
D
litecg_ir_builder.h
125
std::map<int, maple::litecg::BB *>
bbID2BB_
;
member in panda::ecmascript::kungfu::LiteCGIRBuilder
H
A
D
litecg_ir_builder.cpp
104
auto itr =
bbID2BB_
.find(bbID);
in GetOrCreateBB()
105
if (itr !=
bbID2BB_
.end()) {
in GetOrCreateBB()
109
bbID2BB_
[bbID] = &bb;
in GetOrCreateBB()
2617
if (
bbID2BB_
.count(preBBId) != 0) {
in FindBaseRefForPhi()
2618
BB *preBB =
bbID2BB_
[preBBId];
in FindBaseRefForPhi()
2689
// if
bbID2BB_
.count(preBBId) = 0 means bb with current bbIdx hasn't been created
in VisitPhi()
2690
if (
bbID2BB_
.count(preBBId) != 0) {
in VisitPhi()
2691
BB *preBB =
bbID2BB_
[preBBId];
in VisitPhi()
Completed in 12 milliseconds