Lines Matching refs:fMap
343 /// fMap - The slot map for the function level data.344 ValueMap fMap;586 fMap.clear(); // Simply discard the function level map620 ValueMap::iterator FI = fMap.find(V);621 return FI == fMap.end() ? -1 : (int)FI->second;655 fMap[V] = DestSlot;