Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp1004 bool Inlining::CheckBytecode(CallInst *callInst, const InlineContext &ctx, bool *calleeCallRuntime) in CheckBytecode()
1101 bool Inlining::CheckLoops(bool *calleeCallRuntime, Graph *graphInl) in CheckLoops()
1132 bool calleeCallRuntime = false; in BuildGraph() local