HomeSort by relevance Sort by last modified time
    Searched refs:pathCounter (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
ProfileInfoTypes.h 45 unsigned pathCounter;
  /external/llvm/runtime/libprofile/
PathProfiling.c 72 pte.pathCounter = pc;
137 pte.pathCounter = hashEntry->pathCount;
184 uint32_t* pathCounter = getPathCounter(functionNumber, pathNumber);
185 if( *pathCounter < 0xffffffff )
186 (*pathCounter)++;
191 uint32_t* pathCounter = getPathCounter(functionNumber, pathNumber);
192 (*pathCounter)--;
205 * 0x10 | pathNumber | pathCounter | // entry 1.1
207 * 0x18 | pathNumber | pathCounter | // entry 1.2
213 * ... | pathNumber | pathCounter | // entry 2.
    [all...]
  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 389 totalPaths += pathTable[j].pathCounter;
391 = new ProfilePath(pathTable[j].pathNumber, pathTable[j].pathCounter,

Completed in 145 milliseconds