Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp332 unsigned Count = MBB.size(), CurrentCount = Count; in runOnMachineFunction() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1250 uint64_t CurrentCount = getCurrentProfileCount(); in EmitBlockWithFallThrough() local
1885 uint64_t CurrentCount = std::max(getCurrentProfileCount(), TrueCount); in EmitBranchOnBoolExpr() local
H A DCodeGenPGO.cpp371 uint64_t CurrentCount; member