Home
last modified time | relevance | path

Searched defs:liveIn (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_regsaves.cpp218 for (auto liveIn : bb->GetLiveInRegNO()) { in PrintBBs() local
240 MapleSet<regno_t> &liveIn = bb->GetLiveInRegNO(); in CheckCriteria() local
295 MapleSet<regno_t> &liveIn = bb->GetLiveInRegNO(); in DetermineCalleeSaveLocationsDoms() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlive.cpp104 SparseDataInfo *liveIn = &use; in GenerateLiveInByDefUse() local
119 SparseDataInfo *liveIn = in GenerateStackMapLiveIn() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dinsn.h765 void SetStackMapLiveIn(SparseDataInfo &liveIn) in SetStackMapLiveIn()
Dcgbb.h1061 SparseDataInfo *liveIn = nullptr; variable