Searched refs:TheLiving (Results 1 – 2 of 2) sorted by relevance
383 SymbolMapTy::iterator LI = TheLiving.find(sym); in markDependentsLive()384 assert(LI != TheLiving.end() && "The primary symbol is not live."); in markDependentsLive()391 if (TheLiving.contains(I)) in markDependentsLive()399 TheLiving[sym] = NotProcessed; in markLive()460 if (TheLiving.count(sym)) { in isLive()
583 SymbolMapTy TheLiving; variable