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.cpp320 unsigned Count = MBB.size(), CurrentCount = Count; in run() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1400 uint64_t CurrentCount = getCurrentProfileCount(); in EmitBlockWithFallThrough() local
2133 uint64_t CurrentCount = std::max(getCurrentProfileCount(), TrueCount); in EmitBranchOnBoolExpr() local
H A DCodeGenPGO.cpp588 uint64_t CurrentCount; member