Searched refs:TmpMap (Results 1 – 2 of 2) sorted by relevance
1110 TmpMap.clear(); in clearTemporaries()1124 TmpMapType::const_iterator Entry = TmpMap.find(Tmp); in getState()1126 if (Entry != TmpMap.end()) in getState()1175 TmpMap.clear(); in markUnreachable()1184 TmpMap[Tmp] = State; in setState()1188 TmpMap.erase(Tmp); in remove()
151 TmpMapType TmpMap; variable