Searched refs:TmpMap (Results 1 – 2 of 2) sorted by relevance
1103 TmpMap.clear(); in clearTemporaries()1117 TmpMapType::const_iterator Entry = TmpMap.find(Tmp); in getState()1119 if (Entry != TmpMap.end()) in getState()1168 TmpMap.clear(); in markUnreachable()1177 TmpMap[Tmp] = State; in setState()1181 TmpMap.erase(Tmp); in remove()
151 TmpMapType TmpMap; variable