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.h96 …void UpdateDataflowForEmptyGraph(Inst *callInst, std::variant<BasicBlock *, PhiInst *> use, BasicB…
Dinlining.cpp1287 void Inlining::UpdateDataflowForEmptyGraph(Inst *callInst, std::variant<BasicBlock *, PhiInst *> us… in UpdateDataflowForEmptyGraph() function in panda::compiler::Inlining
1350 UpdateDataflowForEmptyGraph(callInst, use, endBlock); in UpdateDataflow()