Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_coalesce.cpp90 LiveAnalysis *live = GET_ANALYSIS(CgLiveAnalysis, f); in PhaseRun() local
106 LiveAnalysis *live = GET_ANALYSIS(CgLiveAnalysis, f); in MAPLE_ANALYSIS_PHASE_REGISTER_CANSKIP() local
Dglobal.cpp66 LiveAnalysis *live = nullptr; in PhaseRun() local
Dregsaves.cpp36 LiveAnalysis *live = nullptr; in PhaseRun() local
Dreg_alloc.cpp73 LiveAnalysis *live = static_cast<CgLiveAnalysis *>(it)->GetResult(); in PhaseRun() local
Dico.cpp65 LiveAnalysis *live = GET_ANALYSIS(CgLiveAnalysis, f); in PhaseRun() local
Debo.cpp1273 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
Dschedule.cpp939 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/
Daarch64_ebo.h27 …AArch64Ebo(CGFunc &func, MemPool &memPool, LiveAnalysis *live, bool before, const std::string &pha… in AArch64Ebo()
Daarch64_schedule.h260 … 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.h106 LiveAnalysis *live = nullptr; variable
Debo.h124 Ebo(CGFunc &func, MemPool &memPool, LiveAnalysis *live, bool before, const std::string &phase) in Ebo()
252 LiveAnalysis *live; variable
Dschedule.h185 LiveAnalysis &live; variable
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dconditional_types.ts17 live(): void; method
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dconditional_types.ts17 live(): void; method
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h1810 void SetIsLive(bool live) const in SetIsLive()