Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/tests/scenarios/branch_eliminator/dynamic/
Dbranch_eliminator_test.cpp69 static const std::string DIR = std::string(ABCKIT_ABC_DIR "scenarios/branch_eliminator/dynamic/"); variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h38 #define FOR_BB_BETWEEN(BASE, FROM, TO, DIR) for (BB * (BASE) = (FROM); (BASE) != (TO); (BASE) = (BA… argument
39 #define FOR_BB_BETWEEN_CONST(BASE, FROM, TO, DIR) \ argument
53 #define FOR_INSN_BETWEEN(INSN, FROM, TO, DIR) \ argument