Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.cpp90 auto liveout = GetOrOCreateBCEndLiveOut(predPc); in MergeIntoPredBC() local
98 auto liveout = GetOrOCreateBBLiveOut(bbId); in MergeFromSuccBB() local
106 auto liveout = GetOrOCreateBBLiveOut(bbId); in MergeFromCatchBB() local
123 auto liveout = GetOrOCreateBCEndLiveOut(bb.end); in ComputeLiveOut() local
171 void FrameStateBuilder::UpdateCatchState(uint32_t bcId, FrameLiveOut* liveout) in UpdateCatchState()
182 void FrameStateBuilder::BuildStateSplitBeforeCatch(uint32_t bcId, FrameLiveOut* liveout) in BuildStateSplitBeforeCatch()
238 auto liveout = bcEndStateLiveouts_[bcIndex]; in GetOrOCreateBCEndLiveOut() local
257 auto liveout = bbBeginStateLiveouts_[bbIndex]; in GetOrOCreateBBLiveOut() local
311 void FrameStateBuilder::AdvanceToNextBc(const BytecodeInfo &bytecodeInfo, FrameLiveOut* liveout, ui… in AdvanceToNextBc()
373 auto liveout = GetFrameLiveoutAfter(bcId); in UpdateFrameValues() local
[all …]
Dbytecode_circuit_builder.cpp1082 FrameLiveOut* liveout; in NewByteCode() local
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Ddump.cpp73 for (const auto &liveout : record.liveouts()) { in DumpStackMapRecord() local