Searched refs:_functionPaths (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DPathProfileInfo.cpp254 return _functionPaths[_currentFunction][number];
264 return _functionPaths[_currentFunction].begin();
269 return _functionPaths[_currentFunction].end();
274 return _currentFunction ? _functionPaths[_currentFunction].size() : 0;
283 for( FunctionPathIterator funcNext = _functionPaths.begin(),
284 funcEnd = _functionPaths.end(); funcNext != funcEnd; funcNext++)
391 _functionPaths[f][pathTable[j].pathNumber]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DPathProfileInfo.h101 FunctionPathMap _functionPaths; member in class:llvm::PathProfileInfo

Completed in 178 milliseconds