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:IsTry
(Results
1 - 25
of
33
) sorted by relevance
1
2
/arkcompiler/runtime_core/compiler/tests/
H
A
D
irBuilder_tests.cpp
163
EXPECT_TRUE(bb->GetSuccessor(0)->
IsTry
());
in HWTEST_F()
167
EXPECT_TRUE(bb->GetFirstInst()->
IsTry
());
in HWTEST_F()
171
if (bb->
IsTry
()) {
in HWTEST_F()
185
EXPECT_TRUE(bb->GetPredecessor(0)->
IsTry
());
in HWTEST_F()
306
EXPECT_TRUE(bb->GetSuccessor(0)->
IsTry
());
in HWTEST_F()
314
if (bb->
IsTry
()) {
in HWTEST_F()
353
EXPECT_TRUE(bb->GetPredecessor(0)->
IsTry
());
in HWTEST_F()
393
if (bb->
IsTry
()) {
in HWTEST_F()
408
EXPECT_TRUE(bb->GetPredecessor(0)->
IsTry
());
in HWTEST_F()
461
EXPECT_TRUE(bb->GetSuccessor(0)->
IsTry
());
in HWTEST_F()
[all...]
H
A
D
compiler_basicblock_test.cpp
88
if (!bb->
IsTry
()) {
in HWTEST_F()
119
EXPECT_FALSE(bb->Clone(graph)->
IsTry
());
in HWTEST_F()
334
if (block->
IsTry
()) {
in HWTEST_F()
444
if (bb->
IsTry
() && bb->IsLoopValid()) {
in HWTEST_F()
494
if (inst->
IsTry
()) {
in HWTEST_F()
H
A
D
compiler_inst_test.cpp
574
if (!inst->
IsTry
()) {
in HWTEST_F()
606
if (!inst->
IsTry
()) {
in HWTEST_F()
940
if (!inst->
IsTry
()) {
in HWTEST_F()
H
A
D
liveness_analyzer_new_test.cpp
231
if (!bb->
IsTry
()) {
in HWTEST_F()
H
A
D
dump_test.cpp
132
if (block->
IsTry
()) {
in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
if_conversion.cpp
90
if (fbb->GetPredsBlocks().size() == 1 && bb->
IsTry
() == fbb->
IsTry
()) {
in TryTriangle()
176
if (jbb->GetPredsBlocks().size() == 1 && bb->
IsTry
() == jbb->
IsTry
()) {
in TryDiamond()
H
A
D
if_merging.cpp
77
if (ifImm == nullptr || ifBlock->GetGraph() == nullptr || ifBlock->
IsTry
()) {
in TryRemoveConstantPhiIf()
116
if (ifImm == nullptr || bb->GetGraph() == nullptr || bb->
IsTry
()) {
in TryMergeEquivalentIfs()
352
!bb->GetSuccessor(0)->IsPseudoControlFlowBlock() && bb->
IsTry
() == bb->GetSuccessor(0)->
IsTry
() &&
in TryJoinSuccessorBlock()
H
A
D
loop_peeling.cpp
153
exitBlock->SetTry(header->
IsTry
());
in MoveLoopExitToBackEdge()
H
A
D
licm.cpp
286
if (currBb->
IsTry
()) {
in FindUnsafeInstBetween()
H
A
D
cleanup.cpp
35
!bb->GetSuccessor(0)->IsPseudoControlFlowBlock() && bb->
IsTry
() == bb->GetSuccessor(0)->
IsTry
();
in CanBeMerged()
H
A
D
branch_elimination.cpp
50
if (block->IsEmpty() || (block->
IsTry
() && GetGraph()->IsBytecodeOptimizer())) {
in RunImpl()
H
A
D
try_catch_resolving.cpp
135
} else if (bb->
IsTry
()) {
in CollectCandidates()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H
A
D
bytecodeopt_peepholes.cpp
112
if (inst->GetBasicBlock()->
IsTry
() && callInit->GetPc() - inst->GetPc() > newobjSize) {
in VisitNewObject()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
inst.cpp
482
return (CanThrow() && GetBasicBlock()->
IsTry
()) || CanDeoptimize();
in IsPropagateLiveness()
487
return CanThrow() && GetBasicBlock()->
IsTry
();
in RequireRegMap()
H
A
D
basicblock.h
466
bool
IsTry
() const
503
if (block->
IsTry
()) {
H
A
D
dump.cpp
470
if (block->
IsTry
()) {
in BlockProps()
H
A
D
basicblock.cpp
729
if (!
IsTry
()) {
in GetFistThrowableInst()
H
A
D
graph_checker.cpp
599
if (input_block->
IsTry
()) {
in IsTryCatchDomination()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H
A
D
branch_elimination.cpp
40
if (block->IsEmpty() || (block->
IsTry
() && GetGraph()->IsBytecodeOptimizer())) {
in RunImpl()
H
A
D
cleanup.cpp
87
!bb->GetSuccessor(0)->IsPseudoControlFlowBlock() && bb->
IsTry
() == bb->GetSuccessor(0)->
IsTry
()) {
in RunImpl()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
basicblock.cpp
366
bool BasicBlock::
IsTry
() const
403
if (block->
IsTry
()) {
474
return
IsTry
() || IsTryBegin() || IsTryEnd() || IsCatch() || IsCatchBegin();
1427
if (!
IsTry
()) {
H
A
D
inst.cpp
774
return (CanThrow() && GetBasicBlock()->
IsTry
()) || CanDeoptimize();
in IsPropagateLiveness()
H
A
D
basicblock.h
262
bool
IsTry
() const;
/arkcompiler/runtime_core/static_core/libllvmbackend/
H
A
D
llvm_compiler.cpp
90
if (block->
IsTry
()) {
in IsInliningDisabled()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H
A
D
liveness_analyzer.cpp
190
if (bb->
IsTry
() && bb->GetTryId() == block->GetTryId()) {
in CheckLinearOrder()
Completed in 24 milliseconds
1
2