OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pathCounter
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ProfileInfoTypes.h
53
unsigned
pathCounter
;
/external/swiftshader/third_party/LLVM/runtime/libprofile/
PathProfiling.c
77
pte.
pathCounter
= pc;
142
pte.
pathCounter
= hashEntry->pathCount;
189
uint32_t*
pathCounter
= getPathCounter(functionNumber, pathNumber);
190
if( *
pathCounter
< 0xffffffff )
191
(*
pathCounter
)++;
196
uint32_t*
pathCounter
= getPathCounter(functionNumber, pathNumber);
197
(*
pathCounter
)--;
210
* 0x10 | pathNumber |
pathCounter
| // entry 1.1
212
* 0x18 | pathNumber |
pathCounter
| // entry 1.2
218
* ... | pathNumber |
pathCounter
| // entry 2.
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Analysis/
PathProfileInfo.cpp
390
totalPaths += pathTable[j].
pathCounter
;
392
= new ProfilePath(pathTable[j].pathNumber, pathTable[j].
pathCounter
,
Completed in 2601 milliseconds