Home | History | Annotate | Download | only in IR

Lines Matching defs:fMap

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