Searched refs:getCurrentProfileCount (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1273 uint64_t CurrentCount = getCurrentProfileCount();
1275 setCurrentProfileCount(getCurrentProfileCount() + CurrentCount);
1786 getCurrentProfileCount() - getProfileCount(CondBOp->getRHS());
1818 uint64_t FalseCount = getCurrentProfileCount() - TrueCount;
1846 getProfileCount(CondOp) / (double)getCurrentProfileCount();
1908 uint64_t CurrentCount = std::max(getCurrentProfileCount(), TrueCount);
H A DCGStmt.cpp830 if (!ThenCount && !getCurrentProfileCount() &&
969 uint64_t ParentCount = getCurrentProfileCount();
H A DCGObjC.cpp1864 uint64_t EntryCount = getCurrentProfileCount();
H A DCodeGenFunction.h1549 uint64_t getCurrentProfileCount() { function in class:clang::CodeGen::CodeGenFunction
H A DCGExprScalar.cpp4666 CGF.getCurrentProfileCount() -

Completed in 280 milliseconds