Searched defs:VisitPhi (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ | ||
| D | bounds_analysis.cpp | 478 void BoundsAnalysis::VisitPhi(GraphVisitor *v, Inst *inst) in VisitPhi() function in panda::compiler::BoundsAnalysis |
| /arkcompiler/runtime_core/compiler/optimizer/ir/ | ||
| D | graph_checker.cpp | 1470 void GraphChecker::VisitPhi([[maybe_unused]] GraphVisitor *v, Inst *inst) in CheckDataFlow() function in panda::compiler::GraphChecker |
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| D | llvm_ir_builder.cpp | 865 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/ | ||
| D | codegen.cpp | 2591 void EncodeVisitor::VisitPhi([[maybe_unused]] GraphVisitor *visitor, [[maybe_unused]] Inst *inst) {} in VisitPhi() function in panda::compiler::EncodeVisitor |