/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | standardize.cpp | 23 FOR_ALL_BB(bb, cgFunc) { in DoStandardize() function 35 FOR_ALL_BB(bb, cgFunc) { in DoStandardize() function
|
H A D | cgbb.cpp | 298 FOR_ALL_BB(bb, cgfunc) in SeekCycles() function 430 FOR_ALL_BB(bb, cgfunc) in ComputeBlockOrder() function 448 FOR_ALL_BB(bb, cgfunc) in ComputeBlockOrder() function
|
H A D | live.cpp | 36 FOR_ALL_BB(bb, cgFunc) in InitAndGetDefUse() function 153 FOR_ALL_BB(bb, cgFunc) in ResetLiveSet() function 327 FOR_ALL_BB(bb, cgFunc) in Dump() function
|
H A D | peep.cpp | 90 FOR_ALL_BB(currbb, cgFunc) in FindRegLiveOut() function 303 FOR_ALL_BB(currbb, &cgFunc) in FindRegLiveOut() function 491 FOR_ALL_BB(bb, &cgFunc) in Run() function
|
H A D | cfi_generator.cpp | 96 FOR_ALL_BB(bb, &cgFunc) in Run() function
|
H A D | loop.cpp | 142 FOR_ALL_BB(bb, (&cgFunc)) in Analysis() function
|
H A D | cg_cfg.cpp | 108 FOR_ALL_BB(bb, cgFunc) in CheckCFG() function 129 FOR_ALL_BB(bb, cgFunc) in CheckCFG() function 324 FOR_ALL_BB(tmpBB, &func) in FindAndMarkUnreachable() function
|
H A D | obj_emit.cpp | 61 FOR_ALL_BB(bb, &cgFunc) { in EmitInstructions() function
|
H A D | cgfunc.cpp | 772 FOR_ALL_BB(bb, this) in VerifyAllInsn() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_fixshortbranch.cpp | 49 FOR_ALL_BB(bb, aarch64CGFunc) in SetInsnId() function 72 FOR_ALL_BB(bb, cgFunc) in CalculateIfBBNum() function 221 FOR_ALL_BB(bb, cgFunc) in FixLdr() function
|
H A D | aarch64_offset_adjust.cpp | 43 FOR_ALL_BB(bb, aarchCGFunc) in Run() function
|
H A D | aarch64_emitter.cpp | 240 FOR_ALL_BB(bb, &aarchCGFunc) in Run()
|
H A D | aarch64_peep.cpp | 38 FOR_ALL_BB(bb, cgFunc) in Run() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | x64_peep.cpp | 26 FOR_ALL_BB(bb, cgFunc) { in Run() function
|
H A D | x64_emitter.cpp | 1875 FOR_ALL_BB(bb, &x64CGFunc) in Run() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | cgbb.h | 43 #define FOR_ALL_BB(BASE, FUNC) FOR_BB_BETWEEN(BASE, FIRST_BB_OF_FUNC(FUNC), nullptr, GetNext) macro
|