Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h128 mutable unsigned LayoutIndex{InvalidIndex};
903 return LayoutIndex; in getLayoutIndex()
907 void setLayoutIndex(unsigned Index) const { LayoutIndex = Index; } in setLayoutIndex()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DExtTSPReorderAlgorithm.cpp471 size_t LayoutIndex = 0; in initialize() local
473 BB->setLayoutIndex(LayoutIndex++); in initialize()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp705 IndexMap[SecHdrTable[TableIdx].LayoutIndex] = TableIdx; in writeSecHdrTable()
H A DSampleProfReader.cpp1198 Entry.LayoutIndex = Idx; in readSecHdrTableEntry()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProf.h165 uint32_t LayoutIndex;
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp3009 unsigned LayoutIndex = LayoutPos - Layout.block_begin(); in dumpGraph() local
3033 LayoutIndex, BB->getCFIState()); in dumpGraph()