Searched refs:fMap (Results 1 – 1 of 1) sorted by relevance
701 ValueMap fMap; member in llvm::SlotTracker1131 fMap.clear(); // Simply discard the function level map in purgeFunction()1179 ValueMap::iterator FI = fMap.find(V); in getLocalSlot()1180 return FI == fMap.end() ? -1 : (int)FI->second; in getLocalSlot()1242 fMap[V] = DestSlot; in CreateFunctionSlot()