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.cpp285 llvm::errs() << NumSkipped << " #if/#ifndef#ifdef regions skipped\n"; in PrintStats()
H A DPPDirectives.cpp496 ++NumSkipped; in SkipExcludedConditionalBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1581 unsigned NumSkipped = 0; in hoistCommonCodeFromSuccessors() local
1633 if (NumSkipped || !AllInstsAreIdentical) in hoistCommonCodeFromSuccessors()
1693 if (NumSkipped >= HoistCommonSkipLimit) in hoistCommonCodeFromSuccessors()
1702 ++NumSkipped; in hoistCommonCodeFromSuccessors()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1082 unsigned NumSkipped = 0; variable