Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DJumpTable.cpp49 const auto NextLI = std::next(LI); in getEntriesForAddress() local
51 NextLI == Labels.end() ? getSize() : NextLI->first; in getEntriesForAddress()