Home
last modified time | relevance | path

Searched refs:fMap (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp688 ValueMap fMap; member in llvm::SlotTracker
1081 fMap.clear(); // Simply discard the function level map in purgeFunction()
1114 ValueMap::iterator FI = fMap.find(V); in getLocalSlot()
1115 return FI == fMap.end() ? -1 : (int)FI->second; in getLocalSlot()
1177 fMap[V] = DestSlot; in CreateFunctionSlot()