Searched refs:TheLiving (Results 1 – 2 of 2) sorted by relevance
375 SymbolMapTy::iterator LI = TheLiving.find(sym); in markDependentsLive()376 assert(LI != TheLiving.end() && "The primary symbol is not live."); in markDependentsLive()384 if (TheLiving.find(*I) != TheLiving.end()) in markDependentsLive()392 TheLiving[sym] = NotProcessed; in markLive()443 if (TheLiving.count(sym)) { in isLive()
570 SymbolMapTy TheLiving; variable