Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ShowColors

4147                         bool ShowColors) {
4152 if (ShowColors)
4168 if (ShowColors)
4225 if (ShowColors)
4237 if (ShowColors)
4245 if (ShowColors)
4248 if (ShowColors)
4253 if (ShowColors)
4274 if (ShowColors)
4283 if (ShowColors)
4286 if (ShowColors)
4291 if (ShowColors)
4318 if (ShowColors)
4327 void CFG::dump(const LangOptions &LO, bool ShowColors) const {
4328 print(llvm::errs(), LO, ShowColors);
4332 void CFG::print(raw_ostream &OS, const LangOptions &LO, bool ShowColors) const {
4336 print_block(OS, this, getEntry(), Helper, true, ShowColors);
4344 print_block(OS, this, **I, Helper, true, ShowColors);
4348 print_block(OS, this, getExit(), Helper, true, ShowColors);
4355 bool ShowColors) const {
4356 print(llvm::errs(), cfg, LO, ShowColors);
4366 const LangOptions &LO, bool ShowColors) const {
4368 print_block(OS, cfg, *this, Helper, true, ShowColors);