Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h385 bool PrintNested, unsigned Depth) const { in print() argument
411 if (PrintNested) { in print()
415 (*I)->print(OS, /*Verbose*/ false, PrintNested, Depth + 2); in print()
H A DLoopInfo.h482 void print(raw_ostream &OS, bool Verbose = false, bool PrintNested = true,