Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp235 static cl::opt<bool> RunTwice("run-twice", variable
862 if (ShouldEmitOutput || RunTwice) { in optMain()
865 if (RunTwice) { in optMain()
878 if (!RunTwice) { in optMain()