Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp478 void BoundsAnalysis::VisitPhi(GraphVisitor *v, Inst *inst) in VisitPhi() function in panda::compiler::BoundsAnalysis
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.cpp1470 void GraphChecker::VisitPhi([[maybe_unused]] GraphVisitor *v, Inst *inst) in CheckDataFlow() function in panda::compiler::GraphChecker
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp865 void LLVMIRBuilder::VisitPhi(GateRef gate, const std::vector<GateRef> &srcGates) in VisitPhi() function in panda::ecmascript::kungfu::LLVMIRBuilder
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcodegen.cpp2591 void EncodeVisitor::VisitPhi([[maybe_unused]] GraphVisitor *visitor, [[maybe_unused]] Inst *inst) {} in VisitPhi() function in panda::compiler::EncodeVisitor