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:PhiInsts
(Results
1 - 25
of
38
) sorted by relevance
1
2
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
graph_cloner.cpp
162
for (const auto &inst : block->
PhiInsts
()) {
in BuildDataFlow()
291
for (auto phi : header_block->
PhiInsts
()) {
in PrepareLoopToUnroll()
334
for (auto outer_phi : outer_bb->
PhiInsts
()) {
in UpdateUsersAfterNoSideExitsUnroll()
456
for (auto phi : unroll_data->outer->
PhiInsts
()) {
in BuildLoopUnrollDataFlow()
476
for (auto phi : loop->GetHeader()->
PhiInsts
()) {
in BuildLoopUnrollDataFlow()
538
for (auto phi : block.
PhiInsts
()) {
in BuildClonedLoopHeaderDataFlow()
755
for (auto phi : outside_succ->
PhiInsts
()) {
in CreateNewOutsideSucc()
918
for (auto phi : outside_succ->
PhiInsts
()) {
in GetPhiResolver()
952
for (auto phi : unroll_data->outer->
PhiInsts
()) {
in BuildLoopCloneDataFlow()
969
for (auto phi : unroll_data->header->
PhiInsts
()) {
in BuildLoopCloneDataFlow()
[all...]
H
A
D
basicblock.cpp
139
for (auto phi : succ->
PhiInsts
()) {
in RemovePhiProcessing()
649
PhiInstIter BasicBlock::
PhiInsts
() const
in PhiInsts()
function in panda::compiler::BasicBlock
H
A
D
graph_cloner.h
247
for (auto phi : block->
PhiInsts
()) {
in CloneInstructions()
H
A
D
graph_checker.cpp
136
for (auto phi_inst : block->
PhiInsts
()) {
in CheckBlock()
172
for ([[maybe_unused]] auto phi : block->
PhiInsts
()) {
in CheckControlFlow()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
graph_cloner.cpp
157
for (const auto &inst : block->
PhiInsts
()) {
in BuildDataFlow()
295
for (auto phi : headerBlock->
PhiInsts
()) {
in PrepareLoopToUnroll()
327
for (auto outerPhi : outerBb->
PhiInsts
()) {
in UpdateUsersAfterNoSideExitsUnroll()
463
for (auto phi : unrollData->outer->
PhiInsts
()) {
in BuildLoopUnrollDataFlow()
483
for (auto phi : loop->GetHeader()->
PhiInsts
()) {
in BuildLoopUnrollDataFlow()
572
for (auto phi : block.
PhiInsts
()) {
in BuildClonedLoopHeaderDataFlow()
791
for (auto phi : outsideSucc->
PhiInsts
()) {
in CreateNewOutsideSucc()
944
for (auto phi : outsideSucc->
PhiInsts
()) {
in GetPhiResolver()
984
for (auto phi : unrollData->outer->
PhiInsts
()) {
in BuildLoopCloneDataFlow()
1001
for (auto phi : unrollData->header->
PhiInsts
()) {
in BuildLoopCloneDataFlow()
[all...]
H
A
D
loop_unswitcher.cpp
118
for (auto phi : unswitchData->outer->
PhiInsts
()) {
in BuildLoopUnswitchDataFlow()
H
A
D
graph_cloner.h
341
for (auto phi : block->
PhiInsts
()) {
in CloneInstructions()
H
A
D
analysis.cpp
642
for (auto phi : block->
PhiInsts
()) {
in FixSaveStatesInBB()
753
for (auto phi : block->
PhiInsts
()) {
in FixPhisWithCheckInputs()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
loop_peeling.cpp
182
for (auto phi : outerBlock->
PhiInsts
()) {
in MoveLoopExitToBackEdge()
H
A
D
licm_conditions.cpp
48
for (auto inst : bb->
PhiInsts
()) {
in MarkHoistableInst()
141
for (auto phi : multiplePredsSucc->
PhiInsts
()) {
in AllPhiAllowConditionChainHoisting()
H
A
D
cleanup.cpp
111
for (auto phi : bb->
PhiInsts
()) {
in CheckBBPhisUsers()
177
for (auto phi : succ->
PhiInsts
()) {
in CheckSpecialTriangle()
567
for (auto inst : bb->
PhiInsts
()) {
in BuildDominators()
H
A
D
if_conversion.cpp
234
for (auto phi : bb->
PhiInsts
()) {
in IsPhisAllowed()
H
A
D
escape.cpp
428
for (auto phiInst : succ->
PhiInsts
()) {
543
for (auto phi : block->
PhiInsts
()) {
1485
for (auto phi : header->
PhiInsts
()) {
2012
for (auto phiInst : succ->
PhiInsts
()) {
2062
for (auto phiInst : block->
PhiInsts
()) {
2075
for (auto phiInst : block->
PhiInsts
()) {
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H
A
D
liveness_analyzer.cpp
212
for (auto phi : block->
PhiInsts
()) {
in BuildInstLifeNumbers()
261
for (auto phi : succ->
PhiInsts
()) {
in GetInitInstLiveSet()
325
for (auto phi : block->
PhiInsts
()) {
in ProcessBlockLiveInstructions()
H
A
D
loop_analyzer.cpp
141
for (auto phi : header->
PhiInsts
()) {
in MovePhiInputsToPreHeader()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H
A
D
cleanup.cpp
120
for (auto phi : bb->
PhiInsts
()) {
in RunOnce()
150
for (auto phi : succ->
PhiInsts
()) {
in CheckSpecialTriangle()
438
for (auto inst : bb->
PhiInsts
()) {
in BuildDominators()
/arkcompiler/runtime_core/compiler/tests/
H
A
D
compiler_basicblock_test.cpp
192
for (auto inst : bb->
PhiInsts
()) {
in HWTEST_F()
278
for (auto phi : bb->
PhiInsts
()) {
in HWTEST_F()
H
A
D
iterators_test.cpp
34
for (auto inst : block->
PhiInsts
()) {
in Check()
H
A
D
dump_test.cpp
693
for (auto inst : bb->
PhiInsts
()) {
in HWTEST_F()
955
for (auto inst : bb->
PhiInsts
()) {
in HWTEST_F()
H
A
D
loop_analyzer_test.cpp
47
for (auto phi : block->
PhiInsts
()) {
in CheckPhiInputs()
/arkcompiler/runtime_core/bytecode_optimizer/
H
A
D
reg_acc_alloc.cpp
210
for (auto phi : block->
PhiInsts
()) {
in MarkAccForPhiInstructions()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
object_type_propagation.cpp
28
for (auto phi : bb->
PhiInsts
()) {
in RunImpl()
H
A
D
liveness_analyzer.cpp
228
for (auto phi : block->
PhiInsts
()) {
in BuildInstLifeNumbers()
321
for (auto phi : succ->
PhiInsts
()) {
in GetInitInstLiveSet()
390
for (auto phi : block->
PhiInsts
()) {
in ProcessBlockLiveInstructions()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H
A
D
reg_acc_alloc.cpp
325
for (auto phi : block->
PhiInsts
()) {
in MarkPhiInstructions()
/arkcompiler/runtime_core/static_core/compiler/tests/
H
A
D
iterators_test.cpp
29
for (auto inst : block->
PhiInsts
()) {
in CheckInstForwardIterator()
Completed in 23 milliseconds
1
2