Home
last modified time | relevance | path

Searched defs:liveOut (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
Dllvm_stackmap_parser.cpp212 auto liveOut = dataInfo_->Read<struct LiveOutsTy>(); in CalculateStackMap() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_regsaves.cpp222 for (auto liveOut : bb->GetLiveOutRegNO()) { in PrintBBs() local
241 MapleSet<regno_t> &liveOut = bb->GetLiveOutRegNO(); in CheckCriteria() local
Daarch64_reg_coalesce.cpp177 void AArch64LiveIntervalAnalysis::SetupLiveIntervalInLiveOut(regno_t liveOut, const BB &bb, uint32 … in SetupLiveIntervalInLiveOut()
Daarch64_color_ra.cpp637 void GraphColorRegAllocator::SetupLiveRangeByRegNO(regno_t liveOut, BB &bb, uint32 currPoint) in SetupLiveRangeByRegNO()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlive.cpp102 SparseDataInfo *LiveAnalysis::GenerateLiveInByDefUse(SparseDataInfo &liveOut, SparseDataInfo &use, … in GenerateLiveInByDefUse()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h1062 SparseDataInfo *liveOut = nullptr; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.cpp453 auto *liveOut = GetFrameLiveoutBefore(GetOsrLoopHeadBBId()); in InitEntryBB() local