reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
119 BBInfo *Info = new (Allocator) BBInfo(BB, 0); 135 Info->Preds = static_cast<BBInfo **>(Allocator.Allocate( 150 BBInfo *PredInfo = new (Allocator) BBInfo(Pred, PredVal); 165 BBInfo *PseudoEntry = new (Allocator) BBInfo(nullptr, 0);