Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp85 unsigned Simplification) { in deleteInstructionFromProgram() argument
114 if (Simplification > 1 && !NoDCE) in deleteInstructionFromProgram()
116 if (Simplification && !DisableSimplifyCFG) in deleteInstructionFromProgram()
H A DCrashDebugger.cpp1106 unsigned Simplification = 2; in ReduceInsts() local
1111 --Simplification; in ReduceInsts()
1113 << "tions: Simplification Level #" << Simplification << '\n'; in ReduceInsts()
1150 BD.deleteInstructionFromProgram(&*I, Simplification); in ReduceInsts()
1168 } while (Simplification); in ReduceInsts()