Lines Matching full:every
20 // With option, -fbasic-block-sections=list, every function may be split into
21 // clusters of basic blocks. Every cluster will be emitted into a separate
24 // function. We insert a symbol at the beginning of every cluster's section to
42 // 1. The last basic block of every cluster should not have any implicit
64 // every function into the .llvm_bb_addr_map section. Along with the function
67 // pass only assigns the BBSectionType of every function to ``labels``.
141 // This function updates and optimizes the branching instructions of every basic
195 // With the 'all' option, every basic block is placed in a unique section.
196 // With the 'list' option, every basic block is placed in a section
198 // for every basic block in this function (if FuncClusterInfo is empty).
202 // set every basic block's section ID equal to its original position in
350 // We sort all basic blocks to make sure the basic blocks of every cluster are