Home
last modified time | relevance | path

Searched defs:FalseCount (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp843 uint64_t FalseCount) { in createBranchWeights()
H A DCodeGenFunction.cpp1124 uint64_t FalseCount = PGO.getCurrentRegionCount() - TrueCount; in EmitBranchOnBoolExpr() local