Home
last modified time | relevance | path

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

/external/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp129 auto &CurrentFunctionFileMapping = in getFileIndexForFunction() local
131 auto R = CurrentFunctionFileMapping.find(GlobalIndex); in getFileIndexForFunction()
132 if (R != CurrentFunctionFileMapping.end()) in getFileIndexForFunction()
134 unsigned IndexInFunction = CurrentFunctionFileMapping.size(); in getFileIndexForFunction()
135 CurrentFunctionFileMapping.insert( in getFileIndexForFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp161 auto &CurrentFunctionFileMapping = in getFileIndexForFunction() local
163 auto R = CurrentFunctionFileMapping.find(GlobalIndex); in getFileIndexForFunction()
164 if (R != CurrentFunctionFileMapping.end()) in getFileIndexForFunction()
166 unsigned IndexInFunction = CurrentFunctionFileMapping.size(); in getFileIndexForFunction()
167 CurrentFunctionFileMapping.insert( in getFileIndexForFunction()