Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp287 llvm::errs() << NumSkipped << " #if/#ifndef#ifdef regions skipped\n"; in PrintStats()
H A DPPDirectives.cpp523 ++NumSkipped; in SkipExcludedConditionalBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1879 unsigned NumSkipped = 0; in hoistCommonCodeFromSuccessors() local
1920 if (NumSkipped || !AllInstsAreIdentical) { in hoistCommonCodeFromSuccessors()
1980 if (NumSkipped >= HoistCommonSkipLimit) { in hoistCommonCodeFromSuccessors()
1991 ++NumSkipped; in hoistCommonCodeFromSuccessors()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1110 unsigned NumSkipped = 0; variable