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:GetIdom
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H
A
D
dominators_tree.cpp
53
if (
GetIdom
(block) != GetVertex(GetSemi(block))) {
in AdjustImmediateDominators()
54
SetIdom(block,
GetIdom
(
GetIdom
(block)));
in AdjustImmediateDominators()
56
SetDomPair(
GetIdom
(block), block);
in AdjustImmediateDominators()
H
A
D
dominators_tree.h
78
BasicBlock *
GetIdom
(BasicBlock *block) const
in GetIdom()
function in panda::compiler::DominatorsTree
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
dominators_tree.cpp
54
if (
GetIdom
(block) != GetVertex(GetSemi(block))) {
in AdjustImmediateDominators()
55
SetIdom(block,
GetIdom
(
GetIdom
(block)));
in AdjustImmediateDominators()
57
SetDomPair(
GetIdom
(block), block);
in AdjustImmediateDominators()
H
A
D
dominators_tree.h
76
BasicBlock *
GetIdom
(BasicBlock *block) const
in GetIdom()
function in ark::compiler::DominatorsTree
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H
A
D
cleanup.cpp
479
if (
GetIdom
(inst) != GetVertex(GetSemi(inst))) {
in AdjustImmediateDominators()
480
SetIdom(inst,
GetIdom
(
GetIdom
(inst)));
in AdjustImmediateDominators()
632
auto change =
GetIdom
(phi);
in PhiChecker()
636
while (
GetIdom
(change) != fake_root_) {
in PhiChecker()
637
change =
GetIdom
(change);
in PhiChecker()
H
A
D
cleanup.h
107
Inst *
GetIdom
(Inst *inst) const
in GetIdom()
function in panda::compiler::final
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
cleanup.cpp
600
if (
GetIdom
(inst) != GetVertex(GetSemi(inst))) {
in AdjustImmediateDominators()
601
SetIdom(inst,
GetIdom
(
GetIdom
(inst)));
in AdjustImmediateDominators()
780
auto change =
GetIdom
(phi);
in PhiChecker()
784
while (
GetIdom
(change) != fakeRoot_) {
in PhiChecker()
785
change =
GetIdom
(change);
in PhiChecker()
H
A
D
cleanup.h
128
Inst *
GetIdom
(Inst *inst) const
in GetIdom()
function in ark::compiler::final
Completed in 5 milliseconds