Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlive.cpp100 SparseDataInfo *liveIn = memPool->New<SparseDataInfo>(maxRegCount, alloc); in GenerateLiveInByDefUse() local
124 … SparseDataInfo *liveIn = GenerateLiveInByDefUse(*curBB->GetLiveOut(), *insn->GetStackMapUse(), in GenerateStackMapLiveIn() local
/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
Daarch64_color_ra.cpp4751 const MapleSet<regno_t> &liveIn = header->GetLiveInRegNO(); in LoopNeedSplit() local
4830 const MapleSet<regno_t> &liveIn = header->GetLiveInRegNO(); in AnalysisLoop() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dinsn.h662 void SetStackMapLiveIn(SparseDataInfo &liveIn) in SetStackMapLiveIn()
Dcgbb.h999 SparseDataInfo *liveIn = nullptr; variable
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1261 auto liveIn = inst->GetOpcode() == Opcode::LiveIn ? value : nullptr; in FillValueMapForUsers() local