Home
last modified time | relevance | path

Searched defs:FragmentNum (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DFunctionLayout.cpp101 unsigned FragmentNum = BB.value()->getFragmentNum().get(); in update() local
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DFunctionLayout.h39 constexpr explicit FragmentNum(unsigned Value) : Value(Value) {} in FragmentNum() function