Home
last modified time | relevance | path

Searched defs:insnNum (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp338 void LSRALinearScanRegAllocator::RecordPhysRegs(const RegOperand &regOpnd, uint32 insnNum, bool isD… in RecordPhysRegs()
402 uint32 insnNum = insn.GetId(); in SetupLiveInterval() local
525 void LSRALinearScanRegAllocator::UpdateLiveIntervalByLiveIn(const BB &bb, uint32 insnNum) in UpdateLiveIntervalByLiveIn()
572 void LSRALinearScanRegAllocator::UpdateParamLiveIntervalByLiveIn(const BB &bb, uint32 insnNum) in UpdateParamLiveIntervalByLiveIn()
598 void LSRALinearScanRegAllocator::ComputeLiveIn(BB &bb, uint32 insnNum) in ComputeLiveIn()
626 void LSRALinearScanRegAllocator::ComputeLiveOut(BB &bb, uint32 insnNum) in ComputeLiveOut()
812 uint32 insnNum = 1; in ComputeLiveInterval() local