Searched refs:Simplification (Results 1 – 10 of 10) sorted by relevance
544 unsigned Simplification = 2; in DebugACrash() local547 --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()
58 unsigned Simplification) { in deleteInstructionFromProgram() argument87 if (Simplification > 1 && !NoDCE) in deleteInstructionFromProgram()89 if (Simplification && !DisableSimplifyCFG) in deleteInstructionFromProgram()
1 ; CFG Simplification is making a loop dead, then changing the add into:
87 unsigned Simplification) { in deleteInstructionFromProgram() argument116 if (Simplification > 1 && !NoDCE) in deleteInstructionFromProgram()118 if (Simplification && !DisableSimplifyCFG) in deleteInstructionFromProgram()
722 unsigned Simplification = 2; in ReduceInsts() local726 --Simplification; in ReduceInsts()728 << "tions: Simplification Level #" << Simplification << '\n'; in ReduceInsts()762 BD.deleteInstructionFromProgram(&*I, Simplification); in ReduceInsts()780 } while (Simplification); in ReduceInsts()
66 ; OPT-LOOP-DAG: Skipping pass 'Induction Variable Simplification'
46 * Simplification of #include's: Before, it was necessary for a .cpp file to
256 -indvars - Induction Variable Simplification