Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_fastpath.cpp118 auto hasRuntimeCalls = HasRuntimeCalls(*GetGraph()); in GeneratePrologue() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp582 bool hasRuntimeCalls = false; in DoInlinePolymorphic() local
1094 …ng::ProcessCallReturnInstructions(CallInst *callInst, BasicBlock *callContBb, bool hasRuntimeCalls, in ProcessCallReturnInstructions()