OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Jun 10 00:26:05 UTC 2026