Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h404 bool PrintNested, unsigned Depth) const { in print() argument
430 if (PrintNested) { in print()
434 (*I)->print(OS, /*Verbose*/ false, PrintNested, Depth + 2); in print()
H A DGenericLoopInfo.h474 void print(raw_ostream &OS, bool Verbose = false, bool PrintNested = true,