Searched refs:GET_BLOCK (Results 1 – 3 of 3) sorted by relevance
992 #define GET_BLOCK(name) HBasicBlock* name = blocks.Get(#name) in TEST_F() macro993 GET_BLOCK(entry); in TEST_F()994 GET_BLOCK(main); in TEST_F()995 GET_BLOCK(exit); in TEST_F()996 #undef GET_BLOCK in TEST_F()1043 #define GET_BLOCK(name) HBasicBlock* name = blocks.Get(#name) in TEST_F() macro1044 GET_BLOCK(entry); in TEST_F()1045 GET_BLOCK(main); in TEST_F()1046 GET_BLOCK(exit); in TEST_F()1047 #undef GET_BLOCK in TEST_F()[all …]
158 #define GET_BLOCK(name) HBasicBlock* name = blks.Get(#name) in TEST_P() macro159 GET_BLOCK(entry); in TEST_P()160 GET_BLOCK(exit); in TEST_P()161 GET_BLOCK(breturn); in TEST_P()162 GET_BLOCK(left); in TEST_P()163 GET_BLOCK(right); in TEST_P()164 #undef GET_BLOCK in TEST_P()233 #define GET_BLOCK(name) HBasicBlock* name = blks.Get(#name) in TEST_P() macro234 GET_BLOCK(entry); in TEST_P()235 GET_BLOCK(exit); in TEST_P()[all …]
1093 #define GET_BLOCK(name) HBasicBlock* name = blks.Get(#name) in TEST_F() macro1094 GET_BLOCK(entry); in TEST_F()1095 GET_BLOCK(exit); in TEST_F()1096 GET_BLOCK(breturn); in TEST_F()1097 GET_BLOCK(left); in TEST_F()1098 GET_BLOCK(right); in TEST_F()1099 GET_BLOCK(left_left); in TEST_F()1100 GET_BLOCK(left_right); in TEST_F()1101 GET_BLOCK(left_merge); in TEST_F()1102 #undef GET_BLOCK in TEST_F()