Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp116 static cl::opt<std::string> OptBisectPrintIRPath( variable
1063 if (!ShouldRun && !this->HasWrittenIR && !OptBisectPrintIRPath.empty()) { in shouldRun()
1070 raw_fd_ostream OS(OptBisectPrintIRPath, EC); in shouldRun()