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.cpp1043 bool Inlining::CheckBytecode(CallInst *callInst, const InlineContext &ctx, bool *calleeCallRuntime) in CheckBytecode()
1128 bool Inlining::CheckLoops(bool *calleeCallRuntime, Graph *graphInl) in CheckLoops()
1159 bool calleeCallRuntime = false; in BuildGraph() local