Home
last modified time | relevance | path

Searched refs:CondCount (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp883 uint64_t CondCount = 0; in createLoopWeights() local
884 bool Found = getStmtCount(Cond, CondCount); in createLoopWeights()
887 if (CondCount == 0) in createLoopWeights()
890 std::max(CondCount, LoopCount) - LoopCount); in createLoopWeights()