Home
last modified time | relevance | path

Searched refs:IsPropagateLiveness (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp474 bool Inst::IsPropagateLiveness() const in IsPropagateLiveness() function in panda::compiler::Inst
Dinst.h894 virtual bool IsPropagateLiveness() const;
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp350 if (inst->IsPropagateLiveness()) { in GetPropagatedLiveRange()