Searched refs:ProcessCallReturnInstructions (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | inlining.h | 116 …void ProcessCallReturnInstructions(CallInst *callInst, BasicBlock *callContBb, bool hasRuntimeCall…
|
| D | inlining.cpp | 641 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
|