Searched refs:OutermostLoc (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | LexicalScopesTest.cpp | 117 OutermostLoc = DILocation::get(Ctx, 3, 1, OurFunc); in LexicalScopesTest() 131 BuildMI(*MBB1, MBB1->end(), OutermostLoc, BeanInst); in TEST_F() 132 BuildMI(*MBB2, MBB2->end(), OutermostLoc, BeanInst); in TEST_F() 133 BuildMI(*MBB3, MBB3->end(), OutermostLoc, BeanInst); in TEST_F() 134 BuildMI(*MBB4, MBB4->end(), OutermostLoc, BeanInst); in TEST_F() 162 LS.getMachineBasicBlocks(OutermostLoc.get(), MBBVec); in TEST_F() 200 LS.getMachineBasicBlocks(OutermostLoc.get(), MBBVec); in TEST_F() 248 BuildMI(*MBB1, MBB1->end(), OutermostLoc, BeanInst); in TEST_F() 251 BuildMI(*MBB4, MBB4->end(), OutermostLoc, BeanInst); in TEST_F() 270 BuildMI(*MBB2, MBB2->end(), OutermostLoc, BeanInst); in TEST_F() [all …]
|
| H A D | InstrRefLDVTest.cpp | 58 DebugLoc OutermostLoc, InBlockLoc, NotNestedBlockLoc, InlinedLoc; member in InstrRefLDVTest 115 OutermostLoc = DILocation::get(Ctx, 3, 1, OurFunc); in SetUp() 2527 buildVLocValueMap(OutermostLoc, AllVars, AssignBlocks, Output, in TEST_F() 2534 buildVLocValueMap(OutermostLoc, AllVars, AssignBlocks, Output, in TEST_F() 2601 buildVLocValueMap(OutermostLoc, AllVars, AssignBlocks, Output, in TEST_F() 2611 buildVLocValueMap(OutermostLoc, AllVars, AssignBlocks, Output, in TEST_F() 2623 buildVLocValueMap(OutermostLoc, AllVars, AssignBlocks, Output, in TEST_F() 2633 buildVLocValueMap(OutermostLoc, AllVars, AssignBlocks, Output, in TEST_F() 2645 buildVLocValueMap(OutermostLoc, AllVars, AssignBlocks, Output, in TEST_F() 2665 buildVLocValueMap(OutermostLoc, AllVars, AssignBlocks, Output, in TEST_F() [all …]
|