Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.h102 …void UpdateDataflowForEmptyGraph(Inst *callInst, std::variant<BasicBlock *, PhiInst *> use, BasicB…
Dinlining.cpp1354 void Inlining::UpdateDataflowForEmptyGraph(Inst *callInst, std::variant<BasicBlock *, PhiInst *> us… in UpdateDataflowForEmptyGraph() function in ark::compiler::Inlining
1417 UpdateDataflowForEmptyGraph(callInst, use, endBlock); in UpdateDataflow()