Searched refs:fMap (Results 1 – 2 of 2) sorted by relevance
9 PrefMapElem* fMap; in foo() local10 if (fMap[0].fPrefId == 1) in foo()
683 ValueMap fMap; member in llvm::SlotTracker1113 fMap.clear(); // Simply discard the function level map in purgeFunction()1161 ValueMap::iterator FI = fMap.find(V); in getLocalSlot()1162 return FI == fMap.end() ? -1 : (int)FI->second; in getLocalSlot()1224 fMap[V] = DestSlot; in CreateFunctionSlot()