Home | History | Annotate | Download | only in bugpoint

Lines Matching full:blockinfo

392   std::vector<std::pair<std::string, std::string> > BlockInfo;
395 BlockInfo.emplace_back(BB->getParent()->getName(), BB->getName());
417 for (unsigned i = 0, e = BlockInfo.size(); i != e; ++i) {
418 Function *F = cast<Function>(GST.lookup(BlockInfo[i].first));
420 Value* V = ST.lookup(BlockInfo[i].second);