reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4091 CGF.getCurrentProfileCount() -
tools/clang/lib/CodeGen/CGObjC.cpp 1720 uint64_t EntryCount = getCurrentProfileCount();
tools/clang/lib/CodeGen/CGStmt.cpp 802 uint64_t ParentCount = getCurrentProfileCount();
tools/clang/lib/CodeGen/CodeGenFunction.cpp1062 uint64_t CurrentCount = getCurrentProfileCount(); 1064 setCurrentProfileCount(getCurrentProfileCount() + CurrentCount); 1449 getCurrentProfileCount() - getProfileCount(CondBOp->getRHS()); 1476 uint64_t FalseCount = getCurrentProfileCount() - TrueCount; 1500 getProfileCount(CondOp) / (double)getCurrentProfileCount(); 1548 uint64_t CurrentCount = std::max(getCurrentProfileCount(), TrueCount);