Home
last modified time | relevance | path

Searched defs:CGFunc (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_phase.h23 class CGFunc; variable
Dlive.h95 MAPLE_FUNC_PHASE_DECLARE_BEGIN(CgLiveAnalysis, maplebe::CGFunc) in MAPLE_FUNC_PHASE_DECLARE_BEGIN()
Dmemlayout.h82 class CGFunc; variable
Dcgbb.h74 class CGFunc; variable
1091 MAPLE_FUNC_PHASE_DECLARE_BEGIN(CgBBSort, CGFunc) in MAPLE_FUNC_PHASE_DECLARE_BEGIN() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp533 CGFunc::CGFunc(MIRModule &mod, CG &cg, MIRFunction &mirFunc, BECommon &beCommon, MemPool &memPool, in CGFunc() function in maplebe::CGFunc