Home
last modified time | relevance | path

Searched refs:block_rbegin (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DFunctionLayout.h210 block_const_reverse_iterator block_rbegin() const { return Blocks.rbegin(); } in block_rbegin() function
213 return {block_rbegin(), block_rend()}; in rblocks()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderAlgorithm.cpp686 for (auto RLI = BF.getLayout().block_rbegin(); *RLI != FirstBB; ++RLI) in reorderBasicBlocks()
H A DInstrumentation.cpp325 for (auto BBI = Function.getLayout().block_rbegin(); in instrumentFunction()