Home
last modified time | relevance | path

Searched refs:ComputeLiveOut (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dframe_states.h192 bool ComputeLiveOut(size_t bbId);
H A Dframe_states.cpp115 bool FrameStateBuilder::ComputeLiveOut(size_t bbId) in ComputeLiveOut() function in panda::ecmascript::kungfu::FrameStateBuilder
162 changed |= ComputeLiveOut(postOrderList_[i]); in ComputeLiveState()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dreg_alloc_lsra.h410 void ComputeLiveOut(BB &bb, uint32 insnNum);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dreg_alloc_lsra.cpp615 void LSRALinearScanRegAllocator::ComputeLiveOut(BB &bb, uint32 insnNum) in ComputeLiveOut() function in LSRALinearScanRegAllocator
842 ComputeLiveOut(*bb, insnNum); in ComputeLiveInterval()

Completed in 15 milliseconds