Home | History | Annotate | Download | only in info

Lines Matching full:basic_block

7393        basic_block bb;
11615 the `basic_block' data type.
11617 Two pointer members of the `basic_block' structure are the pointers
11626 The `BASIC_BLOCK' array contains all basic blocks in an unspecified
11627 order. Each `basic_block' structure has a field that holds a unique
11629 `BASIC_BLOCK' array. The total number of basic blocks in the function
11638 elements of the `BASIC_BLOCK' array. Therefore they have been assigned
11641 Each `basic_block' also contains pointers to the first instruction
11644 `basic_block' data type is used to represent blocks in both major
11707 of the `basic_block' data type point to type-safe vectors of edges to
11925 Each `basic_block' contains two integer fields to represent profile
11996 `basic_block' and `edge' data types to represent control flow. Both
31760 * BASIC_BLOCK: Basic Blocks. (line 19)
31761 * basic_block: Basic Blocks. (line 6)