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 in INITIALIZE_PASS_DEPENDENCY()
195 // With the 'all' option, every basic block is placed in a unique section. in assignSections()
196 // With the 'list' option, every basic block is placed in a section in assignSections()
198 // for every basic block in this function (if FuncClusterInfo is empty). in assignSections()
202 // set every basic block's section ID equal to its original position in in assignSections()
350 // We sort all basic blocks to make sure the basic blocks of every cluster are in handleBBSections()