Home
last modified time | relevance | path

Searched refs:GetFistThrowableInst (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.cpp269 if (auto inst = block->GetFistThrowableInst(); inst != nullptr) { in GetInitInstLiveSet()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dbasicblock.cpp727 Inst *BasicBlock::GetFistThrowableInst() const in GetFistThrowableInst() function in panda::compiler::BasicBlock
H A Dbasicblock.h565 Inst *GetFistThrowableInst() const;
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dbasicblock.h305 Inst *GetFistThrowableInst() const;
H A Dbasicblock.cpp1425 Inst *BasicBlock::GetFistThrowableInst() const
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.cpp329 if (auto inst = block->GetFistThrowableInst(); inst != nullptr) { in GetInitInstLiveSet()

Completed in 8 milliseconds