OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_currentFunction
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
PathProfileInfo.cpp
118
double(_ppi->_functionPathCounts[_ppi->
_currentFunction
]);
219
PathProfileInfo::PathProfileInfo () : _currentDag(0) ,
_currentFunction
(0) {
235
_currentFunction
= F;
243
return
_currentFunction
;
253
return _functionPaths[
_currentFunction
][number];
263
return _functionPaths[
_currentFunction
].begin();
268
return _functionPaths[
_currentFunction
].end();
273
return
_currentFunction
? _functionPaths[
_currentFunction
].size() : 0;
/external/llvm/include/llvm/Analysis/
PathProfileInfo.h
106
Function*
_currentFunction
;
Completed in 21 milliseconds