Home
last modified time | relevance | path

Searched refs:setLayoutIndex (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DLoopInversionPass.cpp69 BB->setLayoutIndex(SuccBBIndex); in runOnFunction()
70 SuccBB->setLayoutIndex(BBIndex); in runOnFunction()
H A DReorderAlgorithm.cpp413 BB->setLayoutIndex(IndexToBB.size()); in reorderBasicBlocks()
H A DExtTSPReorderAlgorithm.cpp473 BB->setLayoutIndex(LayoutIndex++); in initialize()
/llvm-project-15.0.7/bolt/lib/Core/
H A DFunctionLayout.cpp39 BB->setLayoutIndex(Blocks.size()); in addBasicBlock()
83 BB->setLayoutIndex(BlockIndex++); in updateLayoutIndices()
H A DBinaryFunction.cpp3515 BB.setLayoutIndex(BinaryBasicBlock::InvalidIndex); in dfs()
3524 BB->setLayoutIndex(Index++); in dfs()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h907 void setLayoutIndex(unsigned Index) const { LayoutIndex = Index; } in setLayoutIndex() function