Home
last modified time | relevance | path

Searched refs:estimateColdSize (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DLongJmp.cpp304 DotAddress += Func->estimateColdSize(); in tentativeLayoutRelocColdPart()
389 DotAddress += Func->estimateColdSize(); in tentativeLayout()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h2247 size_t estimateColdSize() const { in estimateColdSize() function