Searched refs:TheLiving (Results 1 – 2 of 2) sorted by relevance
260 SymbolMapTy::iterator LI = TheLiving.find(sym); in markDependentsLive()261 assert(LI != TheLiving.end() && "The primary symbol is not live."); in markDependentsLive()268 if (TheLiving.contains(I)) in markDependentsLive()276 TheLiving[sym] = NotProcessed; in markLive()337 if (TheLiving.count(sym)) { in isLive()
571 SymbolMapTy TheLiving; variable