Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp336 unsigned Count = MBB.size(), CurrentCount = Count; in runOnMachineFunction() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1228 uint64_t CurrentCount = getCurrentProfileCount(); in EmitBlockWithFallThrough() local
1714 uint64_t CurrentCount = std::max(getCurrentProfileCount(), TrueCount); in EmitBranchOnBoolExpr() local
H A DCodeGenPGO.cpp353 uint64_t CurrentCount; member