Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DPatchEntries.cpp54 static size_t PatchSize = 0; in runOnFunctions() local
55 if (!PatchSize) { in runOnFunctions()
58 PatchSize = BC.computeCodeSize(Seq.begin(), Seq.end()); in runOnFunctions()
91 NextValidByte = Offset + PatchSize; in runOnFunctions()
127 assert(HotSize <= PatchSize && "max patch size exceeded"); in runOnFunctions()