OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_functionPaths
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
PathProfileInfo.cpp
253
return
_functionPaths
[_currentFunction][number];
263
return
_functionPaths
[_currentFunction].begin();
268
return
_functionPaths
[_currentFunction].end();
273
return _currentFunction ?
_functionPaths
[_currentFunction].size() : 0;
282
for( FunctionPathIterator funcNext =
_functionPaths
.begin(),
283
funcEnd =
_functionPaths
.end(); funcNext != funcEnd; funcNext++)
390
_functionPaths
[f][pathTable[j].pathNumber]
/external/llvm/include/llvm/Analysis/
PathProfileInfo.h
101
FunctionPathMap
_functionPaths
;
Completed in 167 milliseconds