Home | History | Annotate | Download | only in IR

Lines Matching defs:fMap

319   /// fMap - The slot map for the function level data.
320 ValueMap fMap;
563 fMap.clear(); // Simply discard the function level map
597 ValueMap::iterator FI = fMap.find(V);
598 return FI == fMap.end() ? -1 : (int)FI->second;
632 fMap[V] = DestSlot;