Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h37 #define FOR_BB_BETWEEN(BASE, FROM, TO, DIR) for (BB * (BASE) = (FROM); (BASE) != (TO); (BASE) = (BA… argument
38 #define FOR_BB_BETWEEN_CONST(BASE, FROM, TO, DIR) \ argument
52 #define FOR_INSN_BETWEEN(INSN, FROM, TO, DIR) \ argument