Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackMaps.cpp358 auto CurrentIt = FnInfos.find(AP.CurrentFnSym); in recordStackMapOpers() local
359 if (CurrentIt != FnInfos.end()) in recordStackMapOpers()
360 CurrentIt->second.RecordCount++; in recordStackMapOpers()