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.cpp208 SmallVectorImpl<SlotIndex>::const_iterator UseI, UseE; in calcLiveBlockInfo() local
210 UseE = UseSlots.end(); in calcLiveBlockInfo()
224 if (UseI == UseE || *UseI >= Stop) { in calcLiveBlockInfo()
235 while (UseI != UseE && *UseI < Stop); in calcLiveBlockInfo()