Searched defs:live (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | reg_coalesce.cpp | 89 LiveAnalysis *live = GET_ANALYSIS(CgLiveAnalysis, f); in PhaseRun() local 105 LiveAnalysis *live = GET_ANALYSIS(CgLiveAnalysis, f); in MAPLE_ANALYSIS_PHASE_REGISTER_CANSKIP() local
|
| D | global.cpp | 67 LiveAnalysis *live = nullptr; in PhaseRun() local
|
| D | regsaves.cpp | 36 LiveAnalysis *live = nullptr; in PhaseRun() local
|
| D | reg_alloc.cpp | 54 LiveAnalysis *live = nullptr; in PhaseRun() local
|
| D | ico.cpp | 65 LiveAnalysis *live = GET_ANALYSIS(CgLiveAnalysis, f); in PhaseRun() local
|
| D | ebo.cpp | 867 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
|
| D | schedule.cpp | 943 auto *live = GET_ANALYSIS(CgLiveAnalysis, f); in PhaseRun() local 977 auto *live = GET_ANALYSIS(CgLiveAnalysis, f); in MAPLE_TRANSFORM_PHASE_REGISTER_CANSKIP() local
|
| D | cg_stackmap_computation.cpp | 256 LiveAnalysis *live = nullptr; in PhaseRun() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_ebo.h | 27 …AArch64Ebo(CGFunc &func, MemPool &memPool, LiveAnalysis *live, bool before, const std::string &pha… in AArch64Ebo()
|
| D | aarch64_schedule.h | 143 … AArch64Schedule(CGFunc &func, MemPool &memPool, LiveAnalysis &live, const std::string &phaseName) in AArch64Schedule()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | live.h | 105 LiveAnalysis *live = nullptr; variable
|
| D | ebo.h | 124 Ebo(CGFunc &func, MemPool &memPool, LiveAnalysis *live, bool before, const std::string &phase) in Ebo() 238 LiveAnalysis *live; variable
|
| D | schedule.h | 303 LiveAnalysis &live; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_nodes.h | 1819 void SetIsLive(bool live) const in SetIsLive()
|