Home
last modified time | relevance | path

Searched defs:noInline (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_irtoc_compiler.cpp111 bool noInline = IsInliningDisabled(graph); in TryAddGraph() local
Dllvm_aot_compiler.cpp404 bool noInline = IsInliningDisabled(graph); in AddGraphToModule() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp2870 void LLVMIrConstructor::InitializeEntryBlock(bool noInline) in InitializeEntryBlock()