Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp579 auto NextStop = std::min(NextLabelOffset, EndOffset); in emitConstantIslands() local
580 assert(NextStop <= EndOffset && "internal overflow error"); in emitConstantIslands()
581 emitCI(FunctionOffset, NextStop); in emitConstantIslands()