Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.h255 BitSet *GetLoopAssignment(const BytecodeRegion &bb);
Dframe_states.cpp692 auto *loopAssignment = GetLoopAssignment(bbNext); in MergeAssignment()
918 BitSet *FrameStateBuilder::GetLoopAssignment(const BytecodeRegion &bb) in GetLoopAssignment() function in panda::ecmascript::kungfu::FrameStateBuilder