Home
last modified time | relevance | path

Searched defs:live (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_coalesce.cpp89 LiveAnalysis *live = GET_ANALYSIS(CgLiveAnalysis, f); in PhaseRun() local
105 LiveAnalysis *live = GET_ANALYSIS(CgLiveAnalysis, f); in MAPLE_ANALYSIS_PHASE_REGISTER_CANSKIP() local
Dglobal.cpp67 LiveAnalysis *live = nullptr; in PhaseRun() local
Dregsaves.cpp36 LiveAnalysis *live = nullptr; in PhaseRun() local
Dreg_alloc.cpp54 LiveAnalysis *live = nullptr; in PhaseRun() local
Dico.cpp65 LiveAnalysis *live = GET_ANALYSIS(CgLiveAnalysis, f); in PhaseRun() local
Debo.cpp867 LiveAnalysis *live = GET_ANALYSIS(CgLiveAnalysis, f); in PhaseRun() local
896 LiveAnalysis *live = GET_ANALYSIS(CgLiveAnalysis, f); in MAPLE_TRANSFORM_PHASE_REGISTER_CANSKIP() local
925 LiveAnalysis *live = GET_ANALYSIS(CgLiveAnalysis, f); in MAPLE_TRANSFORM_PHASE_REGISTER_CANSKIP() local
Dschedule.cpp943 auto *live = GET_ANALYSIS(CgLiveAnalysis, f); in PhaseRun() local
977 auto *live = GET_ANALYSIS(CgLiveAnalysis, f); in MAPLE_TRANSFORM_PHASE_REGISTER_CANSKIP() local
Dcg_stackmap_computation.cpp256 LiveAnalysis *live = nullptr; in PhaseRun() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_ebo.h27 …AArch64Ebo(CGFunc &func, MemPool &memPool, LiveAnalysis *live, bool before, const std::string &pha… in AArch64Ebo()
Daarch64_schedule.h143 … AArch64Schedule(CGFunc &func, MemPool &memPool, LiveAnalysis &live, const std::string &phaseName) in AArch64Schedule()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dlive.h105 LiveAnalysis *live = nullptr; variable
Debo.h124 Ebo(CGFunc &func, MemPool &memPool, LiveAnalysis *live, bool before, const std::string &phase) in Ebo()
238 LiveAnalysis *live; variable
Dschedule.h303 LiveAnalysis &live; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h1819 void SetIsLive(bool live) const in SetIsLive()