Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.cpp134 GetGraph()->IsInliningComplete() && !GetGraph()->IsSchedulerComplete(); in NeedCheckSaveState()
256 if (!GetGraph()->IsInliningComplete() || GetGraph()->GetParentGraph() != nullptr) { in CheckCallReturnInlined()
Dgraph.h324 bool IsInliningComplete() const in IsInliningComplete() function