Home
last modified time | relevance | path

Searched refs:PrintNested (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h383 bool PrintNested, unsigned Depth) const { in print() argument
409 if (PrintNested) { in print()
413 (*I)->print(OS, /*Verbose*/ false, PrintNested, Depth + 2); in print()
H A DLoopInfo.h498 void print(raw_ostream &OS, bool Verbose = false, bool PrintNested = true,