Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DCrashDebugger.cpp541 unsigned Simplification = 2; in DebugACrash() local
544 --Simplification; in DebugACrash()
546 << "tions: Simplification Level #" << Simplification << '\n'; in DebugACrash()
579 BD.deleteInstructionFromProgram(I, Simplification); in DebugACrash()
597 } while (Simplification); in DebugACrash()
DExtractFunction.cpp87 unsigned Simplification) { in deleteInstructionFromProgram() argument
116 if (Simplification > 1 && !NoDCE) in deleteInstructionFromProgram()
118 if (Simplification && !DisableSimplifyCFG) in deleteInstructionFromProgram()
/external/llvm/test/Transforms/SimplifyCFG/
D2002-05-21-PHIElimination.ll1 ; CFG Simplification is making a loop dead, then changing the add into:
/external/llvm/test/Feature/
Doptnone-opt.ll66 ; OPT-LOOP-DAG: Skipping pass 'Induction Variable Simplification'
/external/llvm/docs/HistoricalNotes/
D2002-06-25-MegaPatchInfo.txt46 * Simplification of #include's: Before, it was necessary for a .cpp file to
/external/llvm/docs/
DWritingAnLLVMPass.rst260 -indvars - Induction Variable Simplification