Home | History | Annotate | Download | only in IR

Lines Matching defs:fMap

316   /// fMap - The slot map for the function level data.
317 ValueMap fMap;
560 fMap.clear(); // Simply discard the function level map
594 ValueMap::iterator FI = fMap.find(V);
595 return FI == fMap.end() ? -1 : (int)FI->second;
629 fMap[V] = DestSlot;