Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp209 SmallVectorImpl<SlotIndex>::const_iterator UseI, UseE; in calcLiveBlockInfo() local
211 UseE = UseSlots.end(); in calcLiveBlockInfo()
225 if (UseI == UseE || *UseI >= Stop) { in calcLiveBlockInfo()
236 while (UseI != UseE && *UseI < Stop); in calcLiveBlockInfo()