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
254
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]
/external/llvm/include/llvm/Analysis/
PathProfileInfo.h
101
FunctionPathMap
_functionPaths
;
Completed in 1096 milliseconds