Lines Matching defs:NotNestedBlockLoc
52 DebugLoc OutermostLoc, InBlockLoc, NotNestedBlockLoc, InlinedLoc;
123 NotNestedBlockLoc = DILocation::get(Ctx, 4, 1, AnotherBlock);
303 BuildMI(*MBB2, MBB2->end(), NotNestedBlockLoc, BeanInst);
305 BuildMI(*MBB3, MBB3->end(), NotNestedBlockLoc, BeanInst);
312 LexicalScope *OtherBlockScope = LS.findLexicalScope(NotNestedBlockLoc.get());
342 BuildMI(*MBB2, MBB2->end(), NotNestedBlockLoc, BeanInst);
343 BuildMI(*MBB3, MBB3->end(), NotNestedBlockLoc, BeanInst);
350 LexicalScope *OtherBlockScope = LS.findLexicalScope(NotNestedBlockLoc.get());
375 EXPECT_FALSE(LS.dominates(NotNestedBlockLoc.get(), MBB1));
376 EXPECT_TRUE(LS.dominates(NotNestedBlockLoc.get(), MBB2));
377 EXPECT_TRUE(LS.dominates(NotNestedBlockLoc.get(), MBB3));
378 EXPECT_FALSE(LS.dominates(NotNestedBlockLoc.get(), MBB4));
384 BuildMI(*MBB2, MBB2->end(), NotNestedBlockLoc, BeanInst);
385 BuildMI(*MBB3, MBB3->end(), NotNestedBlockLoc, BeanInst);
392 LexicalScope *OtherBlockScope = LS.findLexicalScope(NotNestedBlockLoc.get());
401 LS.getMachineBasicBlocks(NotNestedBlockLoc.get(), NotNestedBlockBlocks);