HomeSort by: relevance | last modified time | path
    Searched refs:getCurrentProfileCount (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 1216 uint64_t CurrentCount = getCurrentProfileCount();
1218 setCurrentProfileCount(getCurrentProfileCount() + CurrentCount);
1689 getCurrentProfileCount() - getProfileCount(CondBOp->getRHS());
1721 uint64_t FalseCount = getCurrentProfileCount() - TrueCount;
1749 getProfileCount(CondOp) / (double)getCurrentProfileCount();
1811 uint64_t CurrentCount = std::max(getCurrentProfileCount(), TrueCount);
CGStmt.cpp 894 uint64_t ParentCount = getCurrentProfileCount();
CGObjC.cpp 1805 uint64_t EntryCount = getCurrentProfileCount();
CodeGenFunction.h 1508 uint64_t getCurrentProfileCount() {
CGExprScalar.cpp 4419 CGF.getCurrentProfileCount() -

Completed in 73 milliseconds