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:RemoveInput
(Results
1 - 25
of
27
) sorted by relevance
1
2
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H
A
D
inst_builder.cpp
204
save_state->
RemoveInput
(idx);
in RemoveNotDominateInputs()
338
user.GetInst()->
RemoveInput
(user.GetIndex());
in CleanupCatchPhis()
H
A
D
phi_resolver.h
69
save_state->
RemoveInput
(idx);
in Run()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H
A
D
phi_resolver.h
254
userInst->
RemoveInput
(userIt->GetIndex());
in TryRemoveFromSaveStates()
298
saveState->
RemoveInput
(idx);
in RemovePhiInst()
H
A
D
inst_builder.cpp
470
saveState->
RemoveInput
(idx);
in RemoveNotDominateInputs()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
inst.cpp
429
void CatchPhiInst::
RemoveInput
(unsigned index)
in RemoveInput()
function in CatchPhiInst
431
Inst::
RemoveInput
(index);
in RemoveInput()
H
A
D
graph.cpp
208
phi->CastToPhi()->
RemoveInput
(rm_index);
in RemovePredecessorUpdateDF()
485
catch_phi->
RemoveInput
(index);
in RemoveThrowableInst()
H
A
D
inst.h
1106
virtual void
RemoveInput
(unsigned index)
in RemoveInput()
function in panda::compiler::inst_flags::final
1121
RemoveInput
(inputs_count - 1);
in RemoveInputs()
1141
user.GetInst()->
RemoveInput
(user.GetIndex());
in RemoveUsers()
2405
RemoveInput
(idx);
in RemoveNumericInputs()
2801
void
RemoveInput
(unsigned index) override;
H
A
D
graph_cloner.cpp
762
phi->
RemoveInput
(rm_idx_max == back_edge_idx ? phi_back_edge_idx : phi_pre_header_idx);
in CreateNewOutsideSucc()
763
phi->
RemoveInput
(rm_idx_min == pre_header_idx ? phi_pre_header_idx : phi_back_edge_idx);
in CreateNewOutsideSucc()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
graph_cloner.cpp
555
phi->
RemoveInput
(phi->CastToPhi()->GetPredBlockIndex(preHeader));
in RemoveLoopPreHeader()
798
phi->
RemoveInput
(rmIdxMax == backEdgeIdx ? phiBackEdgeIdx : phiPreHeaderIdx);
in CreateNewOutsideSucc()
799
phi->
RemoveInput
(rmIdxMin == preHeaderIdx ? phiPreHeaderIdx : phiBackEdgeIdx);
in CreateNewOutsideSucc()
H
A
D
inst.cpp
723
void CatchPhiInst::
RemoveInput
(unsigned index)
in RemoveInput()
function in CatchPhiInst
725
Inst::
RemoveInput
(index);
in RemoveInput()
H
A
D
graph.cpp
265
phi->CastToPhi()->
RemoveInput
(rmIndex);
in RemovePredecessorUpdateDF()
729
catchPhi->
RemoveInput
(index);
in RemoveThrowableInst()
H
A
D
basicblock.cpp
907
phi->CastToPhi()->
RemoveInput
(index);
939
phi->CastToPhi()->
RemoveInput
(index);
H
A
D
analysis.cpp
629
ss->
RemoveInput
(indexInput);
in DeleteUnrealObjInSaveState()
H
A
D
inst.h
1381
virtual void
RemoveInput
(unsigned index)
in RemoveInput()
function
1394
RemoveInput
(inputsCount - 1);
in RemoveInputs()
1412
user.GetInst()->
RemoveInput
(user.GetIndex());
in RemoveUsers()
3831
RemoveInput
(idx);
in RemoveNumericInputs()
6634
void
RemoveInput
(unsigned index) override;
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H
A
D
loop_analyzer.cpp
147
phi->
RemoveInput
(phi_idx);
in MovePhiInputsToPreHeader()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
loop_analyzer.cpp
147
phi->
RemoveInput
(phiIdx);
in MovePhiInputsToPreHeader()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
if_merging.cpp
282
phi->
RemoveInput
(i - 1);
in SplitBlockWithConstantPhi()
H
A
D
try_catch_resolving.cpp
280
userInst->
RemoveInput
(user.GetIndex());
in RemoveCatchPhisImpl()
H
A
D
licm_conditions.cpp
405
phi->
RemoveInput
(i);
in UpdatePhis()
H
A
D
cleanup.cpp
252
phi->CastToPhi()->
RemoveInput
(rmIndex);
in ProcessBB()
H
A
D
lowering.cpp
1186
saveState->
RemoveInput
(idx);
in LowerStateInst()
H
A
D
inlining.cpp
287
callInst->
RemoveInput
(callInst->GetInputsCount() - 1);
in TryInline()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H
A
D
cleanup.cpp
225
phi->CastToPhi()->
RemoveInput
(rm_index);
in ProcessBB()
/arkcompiler/runtime_core/compiler/tests/
H
A
D
inst_test.cpp
521
INS(3).
RemoveInput
(pred_bb_idx);
in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H
A
D
inst_test.cpp
527
INS(3U).
RemoveInput
(predBbIdx);
in TEST_F()
Completed in 38 milliseconds
1
2