Searched defs:live (Results 1 – 15 of 15) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
D | reg_coalesce.cpp | 90 LiveAnalysis *live = GET_ANALYSIS(CgLiveAnalysis, f); in PhaseRun() local 106 LiveAnalysis *live = GET_ANALYSIS(CgLiveAnalysis, f); in MAPLE_ANALYSIS_PHASE_REGISTER_CANSKIP() local
|
D | global.cpp | 66 LiveAnalysis *live = nullptr; in PhaseRun() local
|
D | regsaves.cpp | 36 LiveAnalysis *live = nullptr; in PhaseRun() local
|
D | reg_alloc.cpp | 73 LiveAnalysis *live = static_cast<CgLiveAnalysis *>(it)->GetResult(); in PhaseRun() local
|
D | ico.cpp | 65 LiveAnalysis *live = GET_ANALYSIS(CgLiveAnalysis, f); in PhaseRun() local
|
D | ebo.cpp | 1273 LiveAnalysis *live = GET_ANALYSIS(CgLiveAnalysis, f); in PhaseRun() local 1302 LiveAnalysis *live = GET_ANALYSIS(CgLiveAnalysis, f); in MAPLE_TRANSFORM_PHASE_REGISTER_CANSKIP() local 1331 LiveAnalysis *live = GET_ANALYSIS(CgLiveAnalysis, f); in MAPLE_TRANSFORM_PHASE_REGISTER_CANSKIP() local
|
D | schedule.cpp | 939 auto *live = GET_ANALYSIS(CgLiveAnalysis, f); in PhaseRun() local 973 auto *live = GET_ANALYSIS(CgLiveAnalysis, f); in MAPLE_TRANSFORM_PHASE_REGISTER_CANSKIP() 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 | 260 … 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 | 106 LiveAnalysis *live = nullptr; variable
|
D | ebo.h | 124 Ebo(CGFunc &func, MemPool &memPool, LiveAnalysis *live, bool before, const std::string &phase) in Ebo() 252 LiveAnalysis *live; variable
|
D | schedule.h | 185 LiveAnalysis &live; variable
|
/arkcompiler/ets_frontend/ets2panda/linter/test/ |
D | conditional_types.ts | 17 live(): void; method
|
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/ |
D | conditional_types.ts | 17 live(): void; method
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
D | mir_nodes.h | 1810 void SetIsLive(bool live) const in SetIsLive()
|