reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
62 BBInfo *BB1G = findAndCompressGroup(&getBBInfo(BB1)); 63 BBInfo *BB2G = findAndCompressGroup(&getBBInfo(BB2)); 248 OS << " Edge " << Count++ << ": " << getBBInfo(EI->SrcBB).Index << "-->" 249 << getBBInfo(EI->DestBB).Index << EI->infoString() << "\n";lib/Transforms/Instrumentation/PGOInstrumentation.cpp
555 BBInfo &getBBInfo(const BasicBlock *BB) const { return MST.getBBInfo(BB); }