Home
last modified time | relevance | path

Searched defs:CurrentCount (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp331 unsigned Count = MBB.size(), CurrentCount = Count; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1356 uint64_t CurrentCount = getCurrentProfileCount(); in EmitBlockWithFallThrough() local
2054 uint64_t CurrentCount = std::max(getCurrentProfileCount(), TrueCount); in EmitBranchOnBoolExpr() local
H A DCodeGenPGO.cpp588 uint64_t CurrentCount; member