Home
last modified time | relevance | path

Searched defs:IrBuilder (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.h69 explicit IrBuilder(Graph *graph) : IrBuilder(graph, graph->GetMethod()) {} in IrBuilder() function
71 IrBuilder(Graph *graph, RuntimeInterface::MethodPtr method) in IrBuilder() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.h76 explicit IrBuilder(Graph *graph) : IrBuilder(graph, graph->GetMethod(), nullptr, 0) {} in IrBuilder() function
78IrBuilder(Graph *graph, RuntimeInterface::MethodPtr method, CallInst *callerInst, uint32_t inlinin… in IrBuilder() function