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:GetPhiInputBb
(Results
1 - 19
of
19
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
phi_type_resolving.cpp
82
if (HasOsrEntryBetween<BasicBlock>(inputInst->GetBasicBlock(), phi->CastToPhi()->
GetPhiInputBb
(inputNum))) {
in CheckInputsAnyTypesRec()
H
A
D
memory_coalescing.cpp
65
Inst *initial = var->GetPhiInput(var->
GetPhiInputBb
(0));
in VariableAnalysis()
66
Inst *update = var->GetPhiInput(var->
GetPhiInputBb
(1));
in VariableAnalysis()
67
if (var->
GetPhiInputBb
(0) != loop->GetPreHeader()) {
in VariableAnalysis()
H
A
D
escape.cpp
548
auto bb = phi->CastToPhi()->
GetPhiInputBb
(inputIdx);
805
auto insertAt = phi->CastToPhi()->
GetPhiInputBb
(i)->GetLastInst();
1896
userInst->IsPhi() ? userInst->CastToPhi()->
GetPhiInputBb
(user.GetIndex()) : userInst->GetBasicBlock();
H
A
D
lse.cpp
868
auto bb = phi->
GetPhiInputBb
(i);
in FixupPhisInBlock()
H
A
D
simplify_string_builder.cpp
1285
if (phi->
GetPhiInputBb
(i) == preHeader) {
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H
A
D
split_resolver.cpp
83
auto inputBb = phi->CastToPhi()->
GetPhiInputBb
(i);
in ProcessBlock()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
inst.cpp
176
BasicBlock *PhiInst::
GetPhiInputBb
(unsigned index)
in GetPhiInputBb()
function in panda::compiler::PhiInst
202
if (
GetPhiInputBb
(i) == block) {
H
A
D
dump.cpp
234
auto block =
GetPhiInputBb
(idx);
in DumpInputs()
H
A
D
inst.h
2308
BasicBlock *
GetPhiInputBb
(unsigned index);
2309
const BasicBlock *
GetPhiInputBb
(unsigned index) const
in GetPhiInputBb()
function in ConditionMixin::SpillFillInst::PhiInst
2311
return (const_cast<PhiInst *>(this))->
GetPhiInputBb
(index);
in GetPhiInputBb()
H
A
D
graph_checker.cpp
316
[[maybe_unused]] auto pred = phi_inst->CastToPhi()->
GetPhiInputBb
(index);
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H
A
D
split_resolver.cpp
81
auto input_bb = phi->CastToPhi()->
GetPhiInputBb
(i);
in ProcessBlock()
/arkcompiler/runtime_core/compiler/tests/
H
A
D
graph_comparator.h
187
auto bb1 = inst1->CastToPhi()->
GetPhiInputBb
(index1);
in ComparePhiInputs()
H
A
D
compiler_inst_test.cpp
742
* @tc.desc: Verify the
GetPhiInputBb
function.
761
auto block = phi->
GetPhiInputBb
(0);
in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
inst.cpp
416
BasicBlock *PhiInst::
GetPhiInputBb
(unsigned index)
in GetPhiInputBb()
function in ark::compiler::PhiInst
442
if (
GetPhiInputBb
(i) == block) {
H
A
D
dump.cpp
309
auto block =
GetPhiInputBb
(idx);
in DumpInputs()
H
A
D
inst.h
3713
BasicBlock *
GetPhiInputBb
(unsigned index);
3714
const BasicBlock *
GetPhiInputBb
(unsigned index) const
in GetPhiInputBb()
function in DynObjectAccessType::SpillFillInst::PhiInst
3716
return (const_cast<PhiInst *>(this))->
GetPhiInputBb
(index);
in GetPhiInputBb()
H
A
D
graph_checker.cpp
567
[[maybe_unused]] auto pred = phiInst->CastToPhi()->
GetPhiInputBb
(index);
in CheckUserOfInt32()
/arkcompiler/runtime_core/static_core/compiler/tests/
H
A
D
graph_comparator.h
100
auto bb1 = inst1->CastToPhi()->
GetPhiInputBb
(index1);
in InstInitialCompare()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H
A
D
llvm_ir_constructor.cpp
1066
auto inputBlock = inst->CastToPhi()->
GetPhiInputBb
(i);
in FillPhiInputs()
Completed in 59 milliseconds