Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.cpp222 SmallVectorImpl<SlotIndex>::const_iterator UseI, UseE; in calcLiveBlockInfo() local
224 UseE = UseSlots.end(); in calcLiveBlockInfo()
238 if (UseI == UseE || *UseI >= Stop) { in calcLiveBlockInfo()
250 while (UseI != UseE && *UseI < Stop); in calcLiveBlockInfo()