Searched refs:pathCounter (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DProfileInfoTypes.h45 unsigned pathCounter; member in struct:__anon9989
/macosx-10.10/llvmCore-3425.0.34/runtime/libprofile/
H A DPathProfiling.c72 pte.pathCounter = pc;
137 pte.pathCounter = hashEntry->pathCount;
184 uint32_t* pathCounter = getPathCounter(functionNumber, pathNumber); local
185 if( *pathCounter < 0xffffffff )
186 (*pathCounter)++;
191 uint32_t* pathCounter = getPathCounter(functionNumber, pathNumber); local
192 (*pathCounter)--;
205 * 0x10 | pathNumber | pathCounter | // entry 1.1
207 * 0x18 | pathNumber | pathCounter | // entry 1.2
213 * ... | pathNumber | pathCounter | // entr
[all...]
/macosx-10.10/shell_cmds-179/find/
H A Dfind.c186 static int pathCounter = 0; local
194 array = realloc(array, (++pathCounter + 1) * sizeof(char *));
198 array[pathCounter - 1] = newPath;
199 array[pathCounter] = NULL; /* ensure array is null terminated */
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DPathProfileInfo.cpp390 totalPaths += pathTable[j].pathCounter;
392 = new ProfilePath(pathTable[j].pathNumber, pathTable[j].pathCounter,

Completed in 135 milliseconds