Lines Matching refs:OutermostLoc

51   DebugLoc OutermostLoc, InBlockLoc, NotNestedBlockLoc, InlinedLoc;  member in __anon8d39c42f0111::LexicalScopesTest
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()
169 EXPECT_TRUE(LS.dominates(OutermostLoc.get(), &MBB)); in TEST_F()
200 LS.getMachineBasicBlocks(OutermostLoc.get(), MBBVec); in TEST_F()
205 EXPECT_TRUE(LS.dominates(OutermostLoc.get(), &MBB)); 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()
271 BuildMI(*MBB3, MBB3->end(), OutermostLoc, BeanInst); in TEST_F()
362 EXPECT_TRUE(LS.dominates(OutermostLoc.get(), MBB1)); in TEST_F()
363 EXPECT_TRUE(LS.dominates(OutermostLoc.get(), MBB2)); in TEST_F()
364 EXPECT_TRUE(LS.dominates(OutermostLoc.get(), MBB3)); in TEST_F()
365 EXPECT_TRUE(LS.dominates(OutermostLoc.get(), MBB4)); in TEST_F()
398 LS.getMachineBasicBlocks(OutermostLoc.get(), OutermostBlocks); in TEST_F()
435 BuildMI(*MBB1, MBB1->end(), OutermostLoc, BeanInst); in TEST_F()
437 BuildMI(*MBB2, MBB2->end(), OutermostLoc, BeanInst); in TEST_F()
439 BuildMI(*MBB3, MBB3->end(), OutermostLoc, BeanInst); in TEST_F()
441 BuildMI(*MBB4, MBB4->end(), OutermostLoc, BeanInst); in TEST_F()
451 EXPECT_TRUE(LS.dominates(OutermostLoc.get(), MBB1)); in TEST_F()
452 EXPECT_TRUE(LS.dominates(OutermostLoc.get(), MBB2)); in TEST_F()
453 EXPECT_TRUE(LS.dominates(OutermostLoc.get(), MBB3)); in TEST_F()
454 EXPECT_TRUE(LS.dominates(OutermostLoc.get(), MBB4)); in TEST_F()