Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/bugpoint/
DCrashDebugger.cpp544 unsigned Simplification = 2; in DebugACrash() local
547 --Simplification; in DebugACrash()
549 << "tions: Simplification Level #" << Simplification << '\n'; in DebugACrash()
578 Module *M = BD.deleteInstructionFromProgram(I, Simplification); in DebugACrash()
599 } while (Simplification); in DebugACrash()
DExtractFunction.cpp58 unsigned Simplification) { in deleteInstructionFromProgram() argument
87 if (Simplification > 1 && !NoDCE) in deleteInstructionFromProgram()
89 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/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/
D2002-05-21-PHIElimination.ll1 ; CFG Simplification is making a loop dead, then changing the add into:
/external/llvm/tools/bugpoint/
DExtractFunction.cpp87 unsigned Simplification) { in deleteInstructionFromProgram() argument
116 if (Simplification > 1 && !NoDCE) in deleteInstructionFromProgram()
118 if (Simplification && !DisableSimplifyCFG) in deleteInstructionFromProgram()
DCrashDebugger.cpp722 unsigned Simplification = 2; in ReduceInsts() local
726 --Simplification; in ReduceInsts()
728 << "tions: Simplification Level #" << Simplification << '\n'; in ReduceInsts()
762 BD.deleteInstructionFromProgram(&*I, Simplification); in ReduceInsts()
780 } while (Simplification); in ReduceInsts()
/external/llvm/test/Feature/
Doptnone-opt.ll66 ; OPT-LOOP-DAG: Skipping pass 'Induction Variable Simplification'
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2002-06-25-MegaPatchInfo.txt46 * Simplification of #include's: Before, it was necessary for a .cpp file to
/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.rst256 -indvars - Induction Variable Simplification