Home
last modified time | relevance | path

Searched refs:liveIn (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcgbb.h781 return liveIn;
785 return liveIn;
789 liveIn = &arg;
793 liveIn->SetBit(arg);
797 *liveIn = arg;
801 return liveIn->OrBits(arg);
805 liveIn->EnlargeCapacityToAdaptSize(arg);
809 liveIn->ClearDataInfo();
810 liveIn = nullptr;
1041 SparseDataInfo *liveIn
[all...]
H A Dinsn.h729 void SetStackMapLiveIn(SparseDataInfo &liveIn)
731 liveIn.GetInfo().ConvertToSet(stackMapLiveIn);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dlive.cpp104 SparseDataInfo *liveIn = &use; in GenerateLiveInByDefUse() local
109 liveIn->OrBits(*tmpLiveOut); in GenerateLiveInByDefUse()
111 return liveIn; in GenerateLiveInByDefUse()
119 SparseDataInfo *liveIn = in GenerateStackMapLiveIn() local
121 insn->SetStackMapLiveIn(*liveIn); in GenerateStackMapLiveIn()
124 /* building liveIn and liveOut of each BB. */

Completed in 3 milliseconds