Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DExtractFunction.cpp86 unsigned Simplification) { in deleteInstructionFromProgram() argument
115 if (Simplification > 1 && !NoDCE) in deleteInstructionFromProgram()
117 if (Simplification && !DisableSimplifyCFG) in deleteInstructionFromProgram()
H A DCrashDebugger.cpp1022 unsigned Simplification = 2; in ReduceInsts() local
1027 --Simplification; in ReduceInsts()
1029 << "tions: Simplification Level #" << Simplification << '\n'; in ReduceInsts()
1066 BD.deleteInstructionFromProgram(&*I, Simplification); in ReduceInsts()
1084 } while (Simplification); in ReduceInsts()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20046251 list. Simplification of deallocate so that memory is always