|
GCC Middle and Back End API Reference
|
Data Fields | |
| int | id |
| const char * | function |
| const char * | file |
| int | line |
| int | created |
| unsigned HOST_WIDEST_INT | allocated |
| unsigned HOST_WIDEST_INT | peak |
| unsigned HOST_WIDEST_INT | current |
| unsigned HOST_WIDEST_INT | nsearches |
| unsigned HOST_WIDEST_INT | search_iter |
@verbatim
Functions to support general ended bitmaps. Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.
GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see http://www.gnu.org/licenses/.
Store information about each particular bitmap, per allocation site.
| unsigned HOST_WIDEST_INT bitmap_descriptor_d::allocated |
Referenced by bitmap_register().
| int bitmap_descriptor_d::created |
| unsigned HOST_WIDEST_INT bitmap_descriptor_d::current |
Referenced by bitmap_register().
| const char* bitmap_descriptor_d::file |
Referenced by bitmap_desc_hasher::hash().
| const char* bitmap_descriptor_d::function |
Referenced by bitmap_desc_hasher::hash().
| int bitmap_descriptor_d::id |
| int bitmap_descriptor_d::line |
Referenced by bitmap_desc_hasher::hash().
| unsigned HOST_WIDEST_INT bitmap_descriptor_d::nsearches |
| unsigned HOST_WIDEST_INT bitmap_descriptor_d::peak |
Referenced by bitmap_register().
| unsigned HOST_WIDEST_INT bitmap_descriptor_d::search_iter |