Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp105 static cl::opt<std::string> OptBisectPrintIRPath( variable
817 if (!ShouldRun && !this->HasWrittenIR && !OptBisectPrintIRPath.empty()) { in shouldRun()
824 raw_fd_ostream OS(OptBisectPrintIRPath, EC); in shouldRun()