Searched refs:NumSkipped (Results 1 – 4 of 4) sorted by relevance
287 llvm::errs() << NumSkipped << " #if/#ifndef#ifdef regions skipped\n"; in PrintStats()
523 ++NumSkipped; in SkipExcludedConditionalBlock()
1879 unsigned NumSkipped = 0; in hoistCommonCodeFromSuccessors() local1920 if (NumSkipped || !AllInstsAreIdentical) { in hoistCommonCodeFromSuccessors()1980 if (NumSkipped >= HoistCommonSkipLimit) { in hoistCommonCodeFromSuccessors()1991 ++NumSkipped; in hoistCommonCodeFromSuccessors()
1110 unsigned NumSkipped = 0; variable