Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dgraph_test.h81 …pandasm::AsmEmitter::PandaFileToPandaAsmMaps &maps, bytecodeopt::BytecodeOptIrInterface &ir_interf… in TestBuildGraphFromFunc()
Dcodegen_test.cpp537 auto ir_interface = panda::bytecodeopt::BytecodeOptIrInterface(&maps, &prog); variable
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp92 void BuildMapFromPcToIns(pandasm::Function &function, BytecodeOptIrInterface &ir_interface, in BuildMapFromPcToIns()
178 BytecodeOptIrInterface &ir_interface) in DebugInfoPropagate()
322 bool is_dynamic, const BytecodeOptIrInterface &ir_interface, in AnalysisModuleConstantValue()
406 auto ir_interface = BytecodeOptIrInterface(maps, prog); in AnalysisBytecode() local
426 auto ir_interface = BytecodeOptIrInterface(maps, prog); in OptimizeFunction() local
/arkcompiler/runtime_core/compiler/tests/
DirBuilder_tests.cpp61 auto ir_interface = panda::bytecodeopt::BytecodeOptIrInterface(&maps, &prog); in TestBuildGraphFromFunc() local