Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DPrettyClassDefinitionDumper.cpp65 uint32_t BaseCount = Layout.bases().size(); in prettyPrintClassIntro() local
66 if (BaseCount > 0) { in prettyPrintClassIntro()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp1500 int PrevIter = 0, BaseCount = 0, Count = 0; in validateSelected() local
1514 if (Count != BaseCount) { in validateSelected()
1518 << BaseCount << "\n"); in validateSelected()
1527 ++BaseCount; in validateSelected()