Home
last modified time | relevance | path

Searched refs:addFragment (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DFunctionLayout.cpp21 FunctionFragment FunctionLayout::addFragment() { in addFragment() function in FunctionLayout
37 addFragment(); in addBasicBlock()
49 addFragment(); in insertBasicBlocks()
109 addFragment(); in update()
H A DBinaryContext.cpp1128 Function.addFragment(TargetFunction); in registerFragment()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h140 void addFragment(const std::set<uint64_t> &F);
/llvm-project-15.0.7/llvm/unittests/Transforms/IPO/
H A DLowerTypeTests.cpp99 GLB.addFragment(F); in TEST()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DFunctionLayout.h143 FunctionFragment addFragment();
H A DBinaryFunction.h647 void addFragment(BinaryFunction &BF) { in addFragment() function
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp188 void GlobalLayoutBuilder::addFragment(const std::set<uint64_t> &F) { in addFragment() function in GlobalLayoutBuilder
1662 GLB.addFragment(MemSet); in buildBitSetsFromDisjointSet()