Searched defs:VisitIfImm (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ | ||
| D | lowering.cpp | 21 void Lowering::VisitIfImm([[maybe_unused]] GraphVisitor *v, Inst *inst) in VisitIfImm() function in panda::compiler::Lowering |
| /arkcompiler/runtime_core/bytecode_optimizer/ | ||
| D | codegen.cpp | 438 void BytecodeGen::VisitIfImm(GraphVisitor *v, Inst *inst_base) in VisitIfImm() function in panda::bytecodeopt::BytecodeGen |
| /arkcompiler/runtime_core/compiler/optimizer/ir/ | ||
| D | graph_checker.cpp | 797 void GraphChecker::VisitIfImm([[maybe_unused]] GraphVisitor *v, Inst *inst) in VisitIfImm() function in panda::compiler::GraphChecker |