Lines Matching refs:getEntryBlock
1360 Instruction *IP = &FnH2->getEntryBlock().front(); in TEST_F()
1397 Instruction *IP = &FnH2->getEntryBlock().front(); in TEST_F()
1430 Instruction *IP = &FnF->getEntryBlock().front(); in TEST_F()
1461 Instruction *IP = &FnF->getEntryBlock().front(); in TEST_F()
1499 Instruction *IP = &FnF->getEntryBlock().front(); in TEST_F()
1538 Instruction *IP = &FnF->getEntryBlock().front(); in TEST_F()
1572 Instruction *IP = &FnH2->getEntryBlock().front(); in TEST_F()
1603 Instruction *IP = &FnF->getEntryBlock().front(); in TEST_F()
1631 while (FnF->getEntryBlock().size() > 1) in TEST_F()
1632 FnF->getEntryBlock().front().moveBefore(RI); in TEST_F()
1695 Instruction *IP = &FnH1->getEntryBlock().front(); in TEST_F()
1802 (void)CallInst::Create(G1, {}, "", &F.getEntryBlock().front()); in TEST_F()
1804 (void)CallInst::Create(G2, {}, "", &F.getEntryBlock().front()); in TEST_F()
1824 "h1.ref", &F.getEntryBlock().front()); in TEST_F()
1827 "h2.ref", &F.getEntryBlock().front()); in TEST_F()
1888 (void)CallInst::Create(F3, {}, "", F.getEntryBlock().getTerminator()); in TEST_F()