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.cpp526 auto ir_interface = panda::bytecodeopt::BytecodeOptIrInterface(&maps, &prog); variable
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp104 void BuildMapFromPcToIns(pandasm::Function &function, BytecodeOptIrInterface &ir_interface, in BuildMapFromPcToIns()
190 BytecodeOptIrInterface &ir_interface) in DebugInfoPropagate()
334 bool is_dynamic, const BytecodeOptIrInterface &ir_interface, in AnalysisModuleConstantValue()
418 auto ir_interface = BytecodeOptIrInterface(maps, prog); in AnalysisBytecode() local
438 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