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:HasEndBlock
(Results
1 - 13
of
13
) sorted by relevance
/arkcompiler/runtime_core/static_core/irtoc/backend/
H
A
D
irtoc_runtime.h
66
ASSERT(unit->GetGraph()->
HasEndBlock
());
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
graph_checker.cpp
239
if (GetGraph()->
HasEndBlock
()) {
in CheckCallReturnInlined()
282
if (!GetGraph()->
HasEndBlock
()) {
H
A
D
graph.h
225
bool
HasEndBlock
()
in HasEndBlock()
function in panda::compiler::final
/arkcompiler/runtime_core/compiler/tests/
H
A
D
dump_test.cpp
809
EXPECT_TRUE(graph->
HasEndBlock
());
in HWTEST_F()
H
A
D
branch_elimination_test.cpp
1528
ASSERT_TRUE(graph->
HasEndBlock
());
in TEST_F()
1530
ASSERT_FALSE(graph->
HasEndBlock
());
in TEST_F()
H
A
D
ir_builder_test.cpp
5824
ASSERT_FALSE(graph->
HasEndBlock
());
in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
inlining.cpp
1487
ASSERT(graphInl->
HasEndBlock
());
in UpdateControlflow()
1493
if (!GetGraph()->
HasEndBlock
()) {
in UpdateControlflow()
H
A
D
escape.cpp
836
if (!GetGraph()->
HasEndBlock
()) {
/arkcompiler/runtime_core/static_core/compiler/tests/
H
A
D
branch_elimination_test.cpp
1590
ASSERT_TRUE(graph->
HasEndBlock
());
in TEST_F()
1592
ASSERT_FALSE(graph->
HasEndBlock
());
in TEST_F()
H
A
D
ir_builder_test.cpp
5913
ASSERT_FALSE(graph->
HasEndBlock
());
in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
graph.h
269
bool
HasEndBlock
()
in HasEndBlock()
function in ark::compiler::final
H
A
D
basicblock.cpp
1211
auto endBlock = GetGraph()->
HasEndBlock
() ? GetGraph()->GetEndBlock() : GetGraph()->CreateEndBlock();
H
A
D
graph_checker.cpp
385
if (GetGraph()->
HasEndBlock
()) {
in CheckUserOfInt32()
528
if (!GetGraph()->
HasEndBlock
()) {
in CheckUserOfInt32()
Completed in 59 milliseconds