@@ -21,7 +21,7 @@ TemplateClass getADependentBaseType(TemplateClass t) {
21
21
* Helper predicate that ensures we do not join on function pairs by name early on, as that creates
22
22
* a large dataset on big databases with lots of name duplication.
23
23
*/
24
- pragma [ noinline , nomagic]
24
+ pragma [ nomagic]
25
25
private FunctionCall helper_functioncall (
26
26
TemplateClass t , TemplateClass dependentBaseType , Function target , string name
27
27
) {
@@ -53,7 +53,7 @@ FunctionCall getConfusingFunctionCall(
53
53
* Helper predicate that ensures we do not join on function pairs by name early on, as that creates
54
54
* a large dataset on big databases with lots of name duplication.
55
55
*/
56
- pragma [ noinline , nomagic]
56
+ pragma [ nomagic]
57
57
private FunctionAccess helper_functionaccess (
58
58
TemplateClass t , TemplateClass dependentBaseType , Function target , string name
59
59
) {
@@ -83,7 +83,7 @@ FunctionAccess getConfusingFunctionAccess(
83
83
* Helper predicate that ensures we do not join on variable pairs by name early on, as that creates
84
84
* a large dataset on big databases with lots of name duplication.
85
85
*/
86
- pragma [ noinline , nomagic]
86
+ pragma [ nomagic]
87
87
private VariableAccess helper_memberaccess (
88
88
TemplateClass t , TemplateClass dependentBaseType , Variable target , string name
89
89
) {
0 commit comments