Searched defs:VisitIf (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ | ||
| D | bounds_analysis.cpp | 431 void BoundsAnalysis::VisitIf([[maybe_unused]] GraphVisitor *v, [[maybe_unused]] Inst *inst) in VisitIf() function in panda::compiler::BoundsAnalysis |
| /arkcompiler/runtime_core/bytecode_optimizer/ | ||
| D | codegen.cpp | 364 void BytecodeGen::VisitIf(GraphVisitor *v, Inst *inst_base) in VisitIf() function in panda::bytecodeopt::BytecodeGen |
| /arkcompiler/runtime_core/compiler/optimizer/ir/ | ||
| D | graph_checker.cpp | 1930 void GraphChecker::VisitIf([[maybe_unused]] GraphVisitor *v, Inst *inst) in CheckDataFlow() function in panda::compiler::GraphChecker |
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ | ||
| D | codegen.cpp | 5004 void EncodeVisitor::VisitIf(GraphVisitor *visitor, Inst *inst) in VisitIf() function in panda::compiler::EncodeVisitor |