Lines Matching full:fmap
318 /// fMap - The slot map for the function level data.319 ValueMap fMap;529 fMap.clear(); // Simply discard the function level map563 ValueMap::iterator FI = fMap.find(V);564 return FI == fMap.end() ? -1 : (int)FI->second;590 fMap[V] = DestSlot;