Lines Matching full:sections
1 //===-- BasicBlockSectionsProfileReader.h - BB sections profile reader pass ==//
10 // sections profile. The cluster info will be used by the basic-block-sections
11 // pass to arrange basic blocks in their sections.
86 // Returns true if basic block sections profile exist for function \p
90 // Returns a pair with first element representing whether basic block sections
92 // representing the basic block sections profile (cluster info) for this
94 // means unique basic block sections are desired for all basic blocks of the
123 // Reads the basic block sections profile for functions in this module.
133 // This contains the basic-block-sections profile.
157 // sections profile. \p Buf is a memory buffer that contains the list of
158 // functions and basic block ids to selectively enable basic block sections.
198 return "Basic Block Sections Profile Reader";