Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DPathProfileInfo.cpp282 for( FunctionPathIterator funcNext = _functionPaths.begin(), in ~PathProfileLoaderPass() local
283 funcEnd = _functionPaths.end(); funcNext != funcEnd; funcNext++) in ~PathProfileLoaderPass()
284 for( ProfilePathIterator pathNext = funcNext->second.begin(), in ~PathProfileLoaderPass()
285 pathEnd = funcNext->second.end(); pathNext != pathEnd; pathNext++) in ~PathProfileLoaderPass()