Searched refs:Executions (Results 1 – 3 of 3) sorted by relevance
/external/llvm/test/Analysis/ |
D | alias-analysis-uses.ll | 1 ; RUN: opt -debug-pass=Executions -globals-aa -functionattrs -disable-output < %s 2>&1 | FileCheck …
|
/external/llvm/lib/IR/ |
D | LegacyPassManager.cpp | 47 Disabled, Arguments, Structure, Executions, Details enumerator 58 clEnumVal(Executions, "print pass name before it is executed"), 128 return PassDebugging >= Executions; in isPassDebuggingExecutionsOrMore() 1146 if (PassDebugging < Executions) in dumpPassInfo()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | PassManager.cpp | 47 None, Arguments, Structure, Executions, Details enumerator 57 clEnumVal(Executions, "print pass name before it is executed"), 120 return PassDebugging >= Executions; in isPassDebuggingExecutionsOrMore() 1122 if (PassDebugging < Executions) in dumpPassInfo()
|