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:CatchPhiInst
(Results
1 - 10
of
10
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
try_catch_resolving.h
57
void RemoveCatchPhisImpl(
CatchPhiInst
*catchPhi, BasicBlock *catchBlock, Inst *throwInst);
65
ArenaMap<
CatchPhiInst
*, PhiInst *> cphi2phi_;
H
A
D
try_catch_resolving.cpp
257
void TryCatchResolving::RemoveCatchPhisImpl(
CatchPhiInst
*catchPhi, BasicBlock *catchBlock, Inst *throwInst)
in RemoveCatchPhisImpl()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H
A
D
reg_alloc_resolver.h
49
Inst *SqueezeCatchPhiInputs(
CatchPhiInst
*catch_phi);
H
A
D
reg_alloc_resolver.cpp
286
Inst *RegAllocResolver::SqueezeCatchPhiInputs(
CatchPhiInst
*catch_phi)
in SqueezeCatchPhiInputs()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H
A
D
reg_alloc_resolver.h
56
Inst *SqueezeCatchPhiInputs(
CatchPhiInst
*catchPhi);
H
A
D
reg_alloc_resolver.cpp
431
Inst *RegAllocResolver::SqueezeCatchPhiInputs(
CatchPhiInst
*catchPhi)
in SqueezeCatchPhiInputs()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
inst.cpp
412
void
CatchPhiInst
::AppendThrowableInst(const Inst *inst)
in AppendThrowableInst()
423
void
CatchPhiInst
::ReplaceThrowableInst(const Inst *old_inst, const Inst *new_inst)
in ReplaceThrowableInst()
429
void
CatchPhiInst
::RemoveInput(unsigned index)
in RemoveInput()
H
A
D
inst.h
2782
*
CatchPhiInst
instruction
2784
class
CatchPhiInst
: public DynamicInputsInst {
class
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
inst.cpp
707
void
CatchPhiInst
::AppendThrowableInst(const Inst *inst)
in AppendThrowableInst()
717
void
CatchPhiInst
::ReplaceThrowableInst(const Inst *oldInst, const Inst *newInst)
in ReplaceThrowableInst()
723
void
CatchPhiInst
::RemoveInput(unsigned index)
in RemoveInput()
H
A
D
inst.h
6614
///
CatchPhiInst
instruction
6615
class
CatchPhiInst
: public DynamicInputsInst {
6619
explicit
CatchPhiInst
(Initializer t) : DynamicInputsInst(std::move(t)) {}
Completed in 17 milliseconds