File tree Expand file tree Collapse file tree 25 files changed +66
-66
lines changed Expand file tree Collapse file tree 25 files changed +66
-66
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
- #ifndef LIBASR_PASS_SUBROUTINE_FROM_FUNCTION_H
2
- #define LIBASR_PASS_SUBROUTINE_FROM_FUNCTION_H
1
+ #ifndef LIBASR_PASS_CREATE_SUBROUTINE_FROM_FUNCTION_H
2
+ #define LIBASR_PASS_CREATE_SUBROUTINE_FROM_FUNCTION_H
3
3
4
4
#include < libasr/asr.h>
5
5
#include < libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
11
11
12
12
} // namespace LCompilers
13
13
14
- #endif // LIBASR_PASS_SUBROUTINE_FROM_FUNCTION_H
14
+ #endif // LIBASR_PASS_CREATE_SUBROUTINE_FROM_FUNCTION_H
File renamed without changes.
Original file line number Diff line number Diff line change 1
- #ifndef LIBASR_PASS_ARR_SLICE_H
2
- #define LIBASR_PASS_ARR_SLICE_H
1
+ #ifndef LIBASR_PASS_REPLACE_ARR_SLICE_H
2
+ #define LIBASR_PASS_REPLACE_ARR_SLICE_H
3
3
4
4
#include < libasr/asr.h>
5
5
#include < libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
11
11
12
12
} // namespace LCompilers
13
13
14
- #endif // LIBASR_PASS_ARR_SLICE_H
14
+ #endif // LIBASR_PASS_REPLACE_ARR_SLICE_H
Original file line number Diff line number Diff line change 1
- #ifndef LIBASR_PASS_ARRAY_OP_H
2
- #define LIBASR_PASS_ARRAY_OP_H
1
+ #ifndef LIBASR_PASS_REPLACE_ARRAY_OP_H
2
+ #define LIBASR_PASS_REPLACE_ARRAY_OP_H
3
3
4
4
#include < libasr/asr.h>
5
5
#include < libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
11
11
12
12
} // namespace LCompilers
13
13
14
- #endif // LIBASR_PASS_ARRAY_OP_H
14
+ #endif // LIBASR_PASS_REPLACE_ARRAY_OP_H
Original file line number Diff line number Diff line change 1
- #ifndef LIBASR_PASS_CLASS_CONSTRUCTOR_H
2
- #define LIBASR_PASS_CLASS_CONSTRUCTOR_H
1
+ #ifndef LIBASR_PASS_REPLACE_CLASS_CONSTRUCTOR_H
2
+ #define LIBASR_PASS_REPLACE_CLASS_CONSTRUCTOR_H
3
3
4
4
#include < libasr/asr.h>
5
5
#include < libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
11
11
12
12
} // namespace LCompilers
13
13
14
- #endif // LIBASR_PASS_CLASS_CONSTRUCTOR_H
14
+ #endif // LIBASR_PASS_REPLACE_CLASS_CONSTRUCTOR_H
Original file line number Diff line number Diff line change 1
- #ifndef LIBASR_PASS_DIV_TO_MUL_H
2
- #define LIBASR_PASS_DIV_TO_MUL_H
1
+ #ifndef LIBASR_PASS_REPLACE_DIV_TO_MUL_H
2
+ #define LIBASR_PASS_REPLACE_DIV_TO_MUL_H
3
3
4
4
#include < libasr/asr.h>
5
5
#include < libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
11
11
12
12
} // namespace LCompilers
13
13
14
- #endif // LIBASR_PASS_DIV_TO_MUL_H
14
+ #endif // LIBASR_PASS_REPLACE_DIV_TO_MUL_H
Original file line number Diff line number Diff line change 1
- #ifndef LIBASR_PASS_DO_LOOPS_H
2
- #define LIBASR_PASS_DO_LOOPS_H
1
+ #ifndef LIBASR_PASS_REPLACE_DO_LOOPS_H
2
+ #define LIBASR_PASS_REPLACE_DO_LOOPS_H
3
3
4
4
#include < libasr/asr.h>
5
5
#include < libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
11
11
12
12
} // namespace LCompilers
13
13
14
- #endif // LIBASR_PASS_DO_LOOPS_H
14
+ #endif // LIBASR_PASS_REPLACE_DO_LOOPS_H
Original file line number Diff line number Diff line change 1
- #ifndef LIBASR_PASS_FLIP_SIGN_H
2
- #define LIBASR_PASS_FLIP_SIGN_H
1
+ #ifndef LIBASR_PASS_REPLACE_FLIP_SIGN_H
2
+ #define LIBASR_PASS_REPLACE_FLIP_SIGN_H
3
3
4
4
#include < libasr/asr.h>
5
5
#include < libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
11
11
12
12
} // namespace LCompilers
13
13
14
- #endif // LIBASR_PASS_FLIP_SIGN_H
14
+ #endif // LIBASR_PASS_REPLACE_FLIP_SIGN_H
Original file line number Diff line number Diff line change 1
- #ifndef LIBASR_PASS_FMA_H
2
- #define LIBASR_PASS_FMA_H
1
+ #ifndef LIBASR_PASS_REPLACE_FMA_H
2
+ #define LIBASR_PASS_REPLACE_FMA_H
3
3
4
4
#include < libasr/asr.h>
5
5
#include < libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
11
11
12
12
} // namespace LCompilers
13
13
14
- #endif // LIBASR_PASS_FMA_H
14
+ #endif // LIBASR_PASS_REPLACE_FMA_H
Original file line number Diff line number Diff line change 1
- #ifndef LIBASR_PASS_FOR_ALL_H
2
- #define LIBASR_PASS_FOR_ALL_H
1
+ #ifndef LIBASR_PASS_REPLACE_FOR_ALL_H
2
+ #define LIBASR_PASS_REPLACE_FOR_ALL_H
3
3
4
4
#include < libasr/asr.h>
5
5
#include < libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
11
11
12
12
} // namespace LCompilers
13
13
14
- #endif // LIBASR_PASS_FOR_ALL_H
14
+ #endif // LIBASR_PASS_REPLACE_FOR_ALL_H
Original file line number Diff line number Diff line change 1
- #ifndef LIBASR_PASS_IMPLIED_DO_LOOPS_H
2
- #define LIBASR_PASS_IMPLIED_DO_LOOPS_H
1
+ #ifndef LIBASR_PASS_REPLACE_IMPLIED_DO_LOOPS_H
2
+ #define LIBASR_PASS_REPLACE_IMPLIED_DO_LOOPS_H
3
3
4
4
#include < libasr/asr.h>
5
5
#include < libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
11
11
12
12
} // namespace LCompilers
13
13
14
- #endif // LIBASR_PASS_IMPLIED_DO_LOOPS_H
14
+ #endif // LIBASR_PASS_REPLACE_IMPLIED_DO_LOOPS_H
Original file line number Diff line number Diff line change 1
- #ifndef LIBASR_PASS_INIT_EXPR_H
2
- #define LIBASR_PASS_INIT_EXPR_H
1
+ #ifndef LIBASR_PASS_REPLACE_INIT_EXPR_H
2
+ #define LIBASR_PASS_REPLACE_INIT_EXPR_H
3
3
4
4
#include < libasr/asr.h>
5
5
#include < libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
11
11
12
12
} // namespace LCompilers
13
13
14
- #endif // LIBASR_PASS_INIT_EXPR_H
14
+ #endif // LIBASR_PASS_REPLACE_INIT_EXPR_H
Original file line number Diff line number Diff line change 1
- #ifndef LIBASR_PASS_INTRINSIC_FUNCTION_H
2
- #define LIBASR_PASS_INTRINSIC_FUNCTION_H
1
+ #ifndef LIBASR_PASS_REPLACE_INTRINSIC_FUNCTION_H
2
+ #define LIBASR_PASS_REPLACE_INTRINSIC_FUNCTION_H
3
3
4
4
#include < libasr/asr.h>
5
5
#include < libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
11
11
12
12
} // namespace LCompilers
13
13
14
- #endif // LIBASR_PASS_INTRINSIC_FUNCTION_H
14
+ #endif // LIBASR_PASS_REPLACE_INTRINSIC_FUNCTION_H
Original file line number Diff line number Diff line change 1
- #ifndef LIBASR_PASS_PARAM_TO_CONST_H
2
- #define LIBASR_PASS_PARAM_TO_CONST_H
1
+ #ifndef LIBASR_PASS_REPLACE_PARAM_TO_CONST_H
2
+ #define LIBASR_PASS_REPLACE_PARAM_TO_CONST_H
3
3
4
4
#include < libasr/asr.h>
5
5
#include < libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
11
11
12
12
} // namespace LCompilers
13
13
14
- #endif // LIBASR_PASS_PARAM_TO_CONST_H
14
+ #endif // LIBASR_PASS_REPLACE_PARAM_TO_CONST_H
Original file line number Diff line number Diff line change 1
- #ifndef LIBASR_PASS_PRINT_ARR_H
2
- #define LIBASR_PASS_PRINT_ARR_H
1
+ #ifndef LIBASR_PASS_REPLACE_PRINT_ARR_H
2
+ #define LIBASR_PASS_REPLACE_PRINT_ARR_H
3
3
4
4
#include < libasr/asr.h>
5
5
#include < libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
11
11
12
12
} // namespace LCompilers
13
13
14
- #endif // LIBASR_PASS_PRINT_ARR_H
14
+ #endif // LIBASR_PASS_REPLACE_PRINT_ARR_H
Original file line number Diff line number Diff line change 1
- #ifndef LIBASR_PASS_PRINT_LIST_TUPLE_H
2
- #define LIBASR_PASS_PRINT_LIST_TUPLE_H
1
+ #ifndef LIBASR_PASS_REPLACE_PRINT_LIST_TUPLE_H
2
+ #define LIBASR_PASS_REPLACE_PRINT_LIST_TUPLE_H
3
3
4
4
#include < libasr/asr.h>
5
5
#include < libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
11
11
12
12
} // namespace LCompilers
13
13
14
- #endif // LIBASR_PASS_PRINT_LIST_TUPLE_H
14
+ #endif // LIBASR_PASS_REPLACE_PRINT_LIST_TUPLE_H
Original file line number Diff line number Diff line change 1
- #ifndef LIBASR_PASS_PRINT_STRUCT_TYPE_H
2
- #define LIBASR_PASS_PRINT_STRUCT_TYPE_H
1
+ #ifndef LIBASR_PASS_REPLACE_PRINT_STRUCT_TYPE_H
2
+ #define LIBASR_PASS_REPLACE_PRINT_STRUCT_TYPE_H
3
3
4
4
#include < libasr/asr.h>
5
5
#include < libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
11
11
12
12
} // namespace LCompilers
13
13
14
- #endif // LIBASR_PASS_PRINT_STRUCT_TYPE_H
14
+ #endif // LIBASR_PASS_REPLACE_PRINT_STRUCT_TYPE_H
Original file line number Diff line number Diff line change 1
- #ifndef LIBASR_PASS_SELECT_CASE_H
2
- #define LIBASR_PASS_SELECT_CASE_H
1
+ #ifndef LIBASR_PASS_REPLACE_SELECT_CASE_H
2
+ #define LIBASR_PASS_REPLACE_SELECT_CASE_H
3
3
4
4
#include < libasr/asr.h>
5
5
#include < libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
11
11
12
12
} // namespace LCompilers
13
13
14
- #endif // LIBASR_PASS_SELECT_CASE_H
14
+ #endif // LIBASR_PASS_REPLACE_SELECT_CASE_H
Original file line number Diff line number Diff line change 1
- #ifndef LIBASR_PASS_SIGN_FROM_VALUE_H
2
- #define LIBASR_PASS_SIGN_FROM_VALUE_H
1
+ #ifndef LIBASR_PASS_REPLACE_SIGN_FROM_VALUE_H
2
+ #define LIBASR_PASS_REPLACE_SIGN_FROM_VALUE_H
3
3
4
4
#include < libasr/asr.h>
5
5
#include < libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
11
11
12
12
} // namespace LCompilers
13
13
14
- #endif // LIBASR_PASS_SIGN_FROM_VALUE_H
14
+ #endif // LIBASR_PASS_REPLACE_SIGN_FROM_VALUE_H
Original file line number Diff line number Diff line change 1
- #ifndef LIBASR_PASS_WHERE_H
2
- #define LIBASR_PASS_WHERE_H
1
+ #ifndef LIBASR_PASS_REPLACE_WHERE_H
2
+ #define LIBASR_PASS_REPLACE_WHERE_H
3
3
4
4
#include < libasr/asr.h>
5
5
#include < libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
11
11
12
12
} // namespace LCompilers
13
13
14
- #endif // LIBASR_PASS_WHERE_H
14
+ #endif // LIBASR_PASS_REPLACE_WHERE_H
Original file line number Diff line number Diff line change 1
- #ifndef LIBASR_PASS_GLOBAL_STMTS_H
2
- #define LIBASR_PASS_GLOBAL_STMTS_H
1
+ #ifndef LIBASR_PASS_WRAP_GLOBAL_STMTS_H
2
+ #define LIBASR_PASS_WRAP_GLOBAL_STMTS_H
3
3
4
4
#include < libasr/asr.h>
5
5
#include < libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
11
11
12
12
} // namespace LCompilers
13
13
14
- #endif // LIBASR_PASS_GLOBAL_STMTS_H
14
+ #endif // LIBASR_PASS_WRAP_GLOBAL_STMTS_H
Original file line number Diff line number Diff line change 1
- #ifndef LIBASR_PASS_GLOBAL_STMTS_PROGRAM_H
2
- #define LIBASR_PASS_GLOBAL_STMTS_PROGRAM_H
1
+ #ifndef LIBASR_PASS_WRAP_GLOBAL_STMTS_PROGRAM_H
2
+ #define LIBASR_PASS_WRAP_GLOBAL_STMTS_PROGRAM_H
3
3
4
4
#include < libasr/asr.h>
5
5
#include < libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
11
11
12
12
} // namespace LCompilers
13
13
14
- #endif // LIBASR_PASS_GLOBAL_STMTS_PROGRAM_H
14
+ #endif // LIBASR_PASS_WRAP_GLOBAL_STMTS_PROGRAM_H
Original file line number Diff line number Diff line change 1
- #ifndef LIBASR_PASS_GLOBAL_SYMBOLS_H
2
- #define LIBASR_PASS_GLOBAL_SYMBOLS_H
1
+ #ifndef LIBASR_PASS_WRAP_GLOBAL_SYMBOLS_H
2
+ #define LIBASR_PASS_WRAP_GLOBAL_SYMBOLS_H
3
3
4
4
#include < libasr/asr.h>
5
5
#include < libasr/utils.h>
@@ -11,4 +11,4 @@ namespace LCompilers {
11
11
12
12
} // namespace LCompilers
13
13
14
- #endif // LIBASR_PASS_GLOBAL_SYMBOLS_H
14
+ #endif // LIBASR_PASS_WRAP_GLOBAL_SYMBOLS_H
You can’t perform that action at this time.
0 commit comments