Searched defs:graphInl (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | inlining.cpp | 437 void Inlining::UpdateParameterDataflow(Graph *graphInl, Inst *callInst) in UpdateParameterDataflow() 469 void UpdateExternalParameterDataflow(Graph *graphInl, Inst *callInst) in UpdateExternalParameterDataflow() 830 auto graphInl = GetGraph()->CreateChildGraph(ctx->method); in TryInlineExternalAot() local 952 auto graphInl = BuildGraph(ctx, callInst); in DoInlineMethod() local 1104 bool Inlining::TryBuildGraph(const InlineContext &ctx, Graph *graphInl, CallInst *callInst, CallIns… in TryBuildGraph() 1146 void RemoveDeadSafePoints(Graph *graphInl) in RemoveDeadSafePoints() 1163 bool Inlining::CheckLoops(bool *calleeCallRuntime, Graph *graphInl) in CheckLoops() 1180 void Inlining::PropagateObjectInfo(Graph *graphInl, CallInst *callInst) in PropagateObjectInfo() 1199 auto graphInl = GetGraph()->CreateChildGraph(ctx->method); in BuildGraph() local 1412 void Inlining::UpdateDataflow(Graph *graphInl, Inst *callInst, std::variant<BasicBlock *, PhiInst *… in UpdateDataflow() [all …]
|