Home
last modified time | relevance | path

Searched refs:SetInlined (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h367 inst->CastToIntrinsic()->SetInlined(true); in Inlined()
371 static_cast<CallInst *>(inst)->SetInlined(true); in Inlined()
Dinst.h1525 void SetInlined(bool v) in SetInlined() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h448 inst->CastToIntrinsic()->SetInlined(true); in Inlined()
454 static_cast<CallInst *>(inst)->SetInlined(true); in Inlined()
Dinst.h2180 void SetInlined(bool v) in SetInlined() function
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb307 inst->SetInlined(true);
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp570 newCallInst->SetInlined(true); in DoInlinePolymorphic()
956 callInst->SetInlined(true); in ProcessCallReturnInstructions()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator.cpp253 callInst->SetInlined(true); in GenerateOperation()