Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DCrashDebugger.cpp545 unsigned Simplification = 2; in DebugACrash() local
548 --Simplification; in DebugACrash()
550 << "tions: Simplification Level #" << Simplification << '\n'; in DebugACrash()
582 Module *M = BD.deleteInstructionFromProgram(I, Simplification); in DebugACrash()
604 } while (Simplification); in DebugACrash()
DExtractFunction.cpp90 unsigned Simplification) { in deleteInstructionFromProgram() argument
119 if (Simplification > 1 && !NoDCE) in deleteInstructionFromProgram()
121 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/docs/HistoricalNotes/
D2002-06-25-MegaPatchInfo.txt46 * Simplification of #include's: Before, it was necessary for a .cpp file to
/external/stlport/etc/
DChangeLog2000 Simplification of the messages facet implementation. _Messages class
2042 Simplification of the messages facet implementation. Major modification
DChangeLog-5.13704 Simplification of the move framework application especially in the
5100 * stlport/stl/_construct.h: Simplification of the _Copy_Construct
5884 * stlport/stl/_iostring_stream.h: Simplification of the __stl_alloc_rebind
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1621390 Simplification of Qt Launcher (no animation and use standard progress bar widget)
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2327145 … (khtml::isFirstVisiblePositionInBlock): Simplification of test used to make this determination.