reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
31 BranchInst::Create(BB.get(), BB1.get()); 33 BranchInst::Create(BB.get(), BB2.get()); 36 for (auto &PN : BB->phis()) { 42 auto *BI = BranchInst::Create(BB.get(), BB.get()); 42 auto *BI = BranchInst::Create(BB.get(), BB.get()); 54 P1->addIncoming(P2, BB.get()); 55 P2->addIncoming(P1, BB.get()); 56 P3->addIncoming(Sum, BB.get()); 60 for (auto &PN : BB->phis()) { 68 CI = BB->phis().begin(); 69 EXPECT_NE(CI, BB->phis().end()); 73 auto Phis = make_filter_range(*BB, isPhi); 74 auto ReversedPhis = reverse(make_filter_range(*BB, isPhi)); 81 for (const auto &PN : const_cast<const BasicBlock *>(BB.get())->phis()) { 82 EXPECT_EQ(BB.get(), PN.getIncomingBlock(0));