Home
last modified time | relevance | path

Searched defs:VisitPhi (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Drange_analysis.cpp75 GateRef RangeAnalysis::VisitPhi(GateRef gate) in VisitPhi() function in panda::ecmascript::kungfu::RangeAnalysis
H A Dnumber_speculative_lowering.cpp526 void NumberSpeculativeLowering::VisitPhi(GateRef gate) in VisitPhi() function in panda::ecmascript::kungfu::NumberSpeculativeLowering
H A Dnumber_speculative_retype.cpp563 GateRef NumberSpeculativeRetype::VisitPhi(GateRef gate) in VisitPhi() function in panda::ecmascript::kungfu::NumberSpeculativeRetype
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Descape.h177 static void VisitPhi([[maybe_unused]] GraphVisitor *v, [[maybe_unused]] Inst *inst) in VisitPhi() function in ark::compiler::EscapeAnalysis
H A Dpeepholes.cpp1308 void Peepholes::VisitPhi([[maybe_unused]] GraphVisitor *v, Inst *inst) in VisitPhi() function in ark::compiler::Peepholes
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
H A Dconstant_propagation.cpp353 void ConstantPropagation::VisitPhi(GraphVisitor *v, Inst *inst) in VisitPhi() function in panda::bytecodeopt::ConstantPropagation
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dalias_analysis.cpp1406 void AliasAnalysis::VisitPhi(GraphVisitor *v, Inst *inst) in VisitPhi() function in ark::compiler::AliasAnalysis
H A Dbounds_analysis.cpp908 void BoundsAnalysis::VisitPhi(GraphVisitor *v, Inst *inst) in VisitPhi() function in ark::compiler::BoundsAnalysis
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode_visitor.cpp296 void EncodeVisitor::VisitPhi([[maybe_unused]] GraphVisitor *visitor, [[maybe_unused]] Inst *inst) {} in VisitPhi() function in ark::compiler::EncodeVisitor
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_checker.cpp1945 void GraphChecker::VisitPhi([[maybe_unused]] GraphVisitor *v, Inst *inst) in CheckUserOfInt32() function in ark::compiler::GraphChecker
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp1180 void LLVMIRBuilder::VisitPhi(GateRef gate, const std::vector<GateRef> &phiIns) in VisitPhi() function in panda::ecmascript::kungfu::LLVMIRBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp2674 void LiteCGIRBuilder::VisitPhi(GateRef gate, const std::vector<GateRef> &phiIns) in VisitPhi() function in panda::ecmascript::kungfu::LiteCGIRBuilder
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp4052 void LLVMIrConstructor::VisitPhi(GraphVisitor *v, Inst *inst) in VisitPhi() function in ark::compiler::LLVMIrConstructor

Completed in 61 milliseconds