Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.cpp91 auto liveout = GetOrOCreateBCEndLiveOut(predPc); in MergeIntoPredBC() local
99 auto liveout = GetOrOCreateBBLiveOut(bbId); in MergeFromSuccBB() local
107 auto liveout = GetOrOCreateBBLiveOut(bbId); in MergeFromCatchBB() local
124 auto liveout = GetOrOCreateBCEndLiveOut(bb.end); in ComputeLiveOut() local
214 auto liveout = bcEndStateLiveouts_[bcIndex]; in GetOrOCreateBCEndLiveOut() local
233 auto liveout = bbBeginStateLiveouts_[bbIndex]; in GetOrOCreateBBLiveOut() local
284 void FrameStateBuilder::AdvanceToNextBc(const BytecodeInfo &bytecodeInfo, FrameLiveOut* liveout, ui… in AdvanceToNextBc()
346 auto liveout = GetFrameLiveoutAfter(bcId); in UpdateFrameValues() local
427 auto liveout = GetFrameLiveoutBefore(1); // 1: is firstBlock in InitEntryBB() local
691 auto liveout = GetFrameLiveoutBefore(bbNext.id); in MergeAssignment() local
[all …]
Dbytecode_circuit_builder.cpp976 FrameLiveOut* liveout; in NewByteCode() local
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Ddump.cpp73 for (const auto &liveout : record.liveouts()) { in DumpStackMapRecord() local