Home
last modified time | relevance | path

Searched refs:ProcessCallReturnInstructions (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.h116 …void ProcessCallReturnInstructions(CallInst *callInst, BasicBlock *callContBb, bool hasRuntimeCall…
Dinlining.cpp641 ProcessCallReturnInstructions(callInst, callContBb, hasRuntimeCalls); in DoInlinePolymorphic()
807 ProcessCallReturnInstructions(callInst, callContBb, false, needBarriers); in TryInlineExternalAot()
912 ProcessCallReturnInstructions(callInst, callContBb, graphInl.hasRuntimeCalls, needBarriers); in DoInlineMethod()
950 void Inlining::ProcessCallReturnInstructions(CallInst *callInst, BasicBlock *callContBb, bool hasRu… in ProcessCallReturnInstructions() function in panda::compiler::Inlining