Lines Matching defs:OutermostLoc
52 DebugLoc OutermostLoc, InBlockLoc, NotNestedBlockLoc, InlinedLoc;
118 OutermostLoc = DILocation::get(Ctx, 3, 1, OurFunc);
132 BuildMI(*MBB1, MBB1->end(), OutermostLoc, BeanInst);
133 BuildMI(*MBB2, MBB2->end(), OutermostLoc, BeanInst);
134 BuildMI(*MBB3, MBB3->end(), OutermostLoc, BeanInst);
135 BuildMI(*MBB4, MBB4->end(), OutermostLoc, BeanInst);
163 LS.getMachineBasicBlocks(OutermostLoc.get(), MBBVec);
170 EXPECT_TRUE(LS.dominates(OutermostLoc.get(), &MBB));
201 LS.getMachineBasicBlocks(OutermostLoc.get(), MBBVec);
206 EXPECT_TRUE(LS.dominates(OutermostLoc.get(), &MBB));
249 BuildMI(*MBB1, MBB1->end(), OutermostLoc, BeanInst);
252 BuildMI(*MBB4, MBB4->end(), OutermostLoc, BeanInst);
271 BuildMI(*MBB2, MBB2->end(), OutermostLoc, BeanInst);
272 BuildMI(*MBB3, MBB3->end(), OutermostLoc, BeanInst);
363 EXPECT_TRUE(LS.dominates(OutermostLoc.get(), MBB1));
364 EXPECT_TRUE(LS.dominates(OutermostLoc.get(), MBB2));
365 EXPECT_TRUE(LS.dominates(OutermostLoc.get(), MBB3));
366 EXPECT_TRUE(LS.dominates(OutermostLoc.get(), MBB4));
399 LS.getMachineBasicBlocks(OutermostLoc.get(), OutermostBlocks);
436 BuildMI(*MBB1, MBB1->end(), OutermostLoc, BeanInst);
438 BuildMI(*MBB2, MBB2->end(), OutermostLoc, BeanInst);
440 BuildMI(*MBB3, MBB3->end(), OutermostLoc, BeanInst);
442 BuildMI(*MBB4, MBB4->end(), OutermostLoc, BeanInst);
452 EXPECT_TRUE(LS.dominates(OutermostLoc.get(), MBB1));
453 EXPECT_TRUE(LS.dominates(OutermostLoc.get(), MBB2));
454 EXPECT_TRUE(LS.dominates(OutermostLoc.get(), MBB3));
455 EXPECT_TRUE(LS.dominates(OutermostLoc.get(), MBB4));