Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Drange_analysis.cpp75 GateRef RangeAnalysis::VisitPhi(GateRef gate) in VisitPhi() function in panda::ecmascript::kungfu::RangeAnalysis
Dnumber_speculative_lowering.cpp526 void NumberSpeculativeLowering::VisitPhi(GateRef gate) in VisitPhi() function in panda::ecmascript::kungfu::NumberSpeculativeLowering
Dnumber_speculative_retype.cpp561 GateRef NumberSpeculativeRetype::VisitPhi(GateRef gate) in VisitPhi() function in panda::ecmascript::kungfu::NumberSpeculativeRetype
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.h177 static void VisitPhi([[maybe_unused]] GraphVisitor *v, [[maybe_unused]] Inst *inst) in VisitPhi() function
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/
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/
Dalias_analysis.cpp1406 void AliasAnalysis::VisitPhi(GraphVisitor *v, Inst *inst) in VisitPhi() function in ark::compiler::AliasAnalysis
Dbounds_analysis.cpp908 void BoundsAnalysis::VisitPhi(GraphVisitor *v, Inst *inst) in VisitPhi() function in ark::compiler::BoundsAnalysis
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.cpp1883 void GraphChecker::VisitPhi([[maybe_unused]] GraphVisitor *v, Inst *inst) in CheckUserOfInt32() function in ark::compiler::GraphChecker
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
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/
Dlitecg_ir_builder.cpp2687 void LiteCGIRBuilder::VisitPhi(GateRef gate, const std::vector<GateRef> &phiIns) in VisitPhi() function in panda::ecmascript::kungfu::LiteCGIRBuilder
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp295 void EncodeVisitor::VisitPhi([[maybe_unused]] GraphVisitor *visitor, [[maybe_unused]] Inst *inst) {} in VisitPhi() function in ark::compiler::EncodeVisitor
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp4026 void LLVMIrConstructor::VisitPhi(GraphVisitor *v, Inst *inst) in VisitPhi() function in ark::compiler::LLVMIrConstructor