Searched refs:Executions (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DPassManager.cpp45 None, Arguments, Structure, Executions, Details enumerator in enum:llvm::PassDebugLevel
55 clEnumVal(Executions, "print pass name before it is executed"),
111 /// isPassDebuggingExecutionsOrMore - Return true if -debug-pass=Executions
114 return PassDebugging >= Executions;
1129 if (PassDebugging < Executions)

Completed in 182 milliseconds