Lines Matching refs:getEntryBlock
1361 Instruction *IP = &FnH2->getEntryBlock().front(); in TEST_F()
1398 Instruction *IP = &FnH2->getEntryBlock().front(); in TEST_F()
1431 Instruction *IP = &FnF->getEntryBlock().front(); in TEST_F()
1462 Instruction *IP = &FnF->getEntryBlock().front(); in TEST_F()
1494 Instruction *IP = &FnF->getEntryBlock().front(); in TEST_F()
1538 Instruction *IP = &FnF->getEntryBlock().front(); in TEST_F()
1571 Instruction *IP = &FnH2->getEntryBlock().front(); in TEST_F()
1602 Instruction *IP = &FnF->getEntryBlock().front(); in TEST_F()
1630 while (FnF->getEntryBlock().size() > 1) in TEST_F()
1631 FnF->getEntryBlock().front().moveBefore(RI); in TEST_F()
1694 Instruction *IP = &FnH1->getEntryBlock().front(); in TEST_F()
1763 F.getEntryBlock().front().eraseFromParent(); in TEST_F()
1767 &F.getEntryBlock().front()); in TEST_F()
1771 &F.getEntryBlock().front()); in TEST_F()
1831 (void)CallInst::Create(G1, {}, "", &F.getEntryBlock().front()); in TEST_F()
1833 (void)CallInst::Create(G2, {}, "", &F.getEntryBlock().front()); in TEST_F()
1856 "h1.ref", &F.getEntryBlock().front()); in TEST_F()
1859 "h2.ref", &F.getEntryBlock().front()); in TEST_F()
1927 (void)CallInst::Create(F3, {}, "", F.getEntryBlock().getTerminator()); in TEST_F()