Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp547 BlockReg<is_fp>(reg, block_from); in BlockPhysicalRegisters()
555 BlockReg<false>(location.GetValue(), ln); in BlockFixedLocationRegister()
557 BlockReg<true>(location.GetValue(), ln); in BlockFixedLocationRegister()
562 void LivenessAnalyzer::BlockReg(Register reg, LifeNumber block_from) in BlockReg() function in panda::compiler::LivenessAnalyzer
Dliveness_analyzer.h579 void BlockReg(Register reg, LifeNumber block_from);