Home
last modified time | relevance | path

Searched refs:BuildBasicBlocks (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.h123 void BuildBasicBlocks(const BytecodeInstructions &instructions);
Dir_builder.cpp47 BuildBasicBlocks(pbc_instructions); in RunImpl()
198 void IrBuilder::BuildBasicBlocks(const BytecodeInstructions &instructions) in BuildBasicBlocks() function in panda::compiler::IrBuilder
/arkcompiler/runtime_core/static_core/compiler/docs/
Dir_builder.md79 BuildBasicBlocks(graph, bytecode)
90 def BuildBasicBlocks(graph, bytecode):
/arkcompiler/runtime_core/compiler/docs/
Dir_builder.md79 BuildBasicBlocks(graph, bytecode)
90 def BuildBasicBlocks(graph, bytecode):
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.h124 void BuildBasicBlocks(const BytecodeInstructions &instructions);
Dir_builder.cpp44 BuildBasicBlocks(pbcInstructions); in RunImpl()
285 void IrBuilder::BuildBasicBlocks(const BytecodeInstructions &instructions) in BuildBasicBlocks() function in panda::compiler::IrBuilder
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.h70 void BuildBasicBlocks();
Dllvm_ir_constructor.cpp524 void LLVMIrConstructor::BuildBasicBlocks() in BuildBasicBlocks() function in panda::compiler::LLVMIrConstructor
1957 BuildBasicBlocks(); in BuildIr()