Searched refs:BannerPrinted (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DIRPrintingPasses.cpp36 bool BannerPrinted = false; local
39 if (!BannerPrinted && !Banner.empty()) {
41 BannerPrinted = true;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp93 bool BannerPrinted = false; local
97 if (!BannerPrinted) {
99 BannerPrinted = true;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp670 bool BannerPrinted = false; variable
672 if (BannerPrinted)
675 BannerPrinted = true;

Completed in 65 milliseconds