Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DLongJmp.cpp397 uint64_t EstimatedTextSize = 0; in tentativeLayout() local
399 EstimatedTextSize = tentativeLayoutRelocMode(BC, SortedFunctions, 0); in tentativeLayout()
402 if (EstimatedTextSize <= BC.OldTextSectionSize) { in tentativeLayout()
406 if (Pad + EstimatedTextSize <= BC.OldTextSectionSize) { in tentativeLayout()
412 if (!EstimatedTextSize || EstimatedTextSize > BC.OldTextSectionSize) in tentativeLayout()