Searched defs:graphInl (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | inlining.cpp | 493 void Inlining::UpdateParameterDataflow(Graph *graphInl, Inst *callInst) in UpdateParameterDataflow() 525 void UpdateExternalParameterDataflow(Graph *graphInl, Inst *callInst) in UpdateExternalParameterDataflow() 886 auto graphInl = GetGraph()->CreateChildGraph(ctx->method); in TryInlineExternalAot() local 1024 auto graphInl = BuildGraph(ctx, callInst); in DoInlineMethod() local 1175 bool Inlining::TryBuildGraph(const InlineContext &ctx, Graph *graphInl, CallInst *callInst, CallIns… in TryBuildGraph() 1217 void RemoveDeadSafePoints(Graph *graphInl) in RemoveDeadSafePoints() 1234 bool Inlining::CheckLoops(bool *calleeCallRuntime, Graph *graphInl) in CheckLoops() 1251 void Inlining::PropagateObjectInfo(Graph *graphInl, CallInst *callInst) in PropagateObjectInfo() 1270 auto graphInl = GetGraph()->CreateChildGraph(ctx->method); in BuildGraph() local 1483 void Inlining::UpdateDataflow(Graph *graphInl, Inst *callInst, std::variant<BasicBlock *, PhiInst *… in UpdateDataflow() [all …]
|