Lines Matching refs:CCP
844 - CCP can now fold floating point arithmetic. #1311
858 - #1295: Optimizer: Fix incorrect handling of Phi nodes in CCP.
859 - #1300: Fix CCP: avoid bad CCP transitions and unsettled values.
862 - #1339: Fix CCP: Handle OpConstantNull boolean values as conditions.
866 - #1361: CCP: Fix handling of non-constant module-scope values
891 - PR 1198: Optimizer: Fix CCP in presence of matrix constants.
892 - #1199: Optimizer: Fix CCP: don't propagate spec constants.
897 - #1228: Optimizer: Fix CCP: Handling of varying Phi nodes; was resulting in infinite loop.
914 - Add --ccp: SSA Conditional Constant Propagation (CCP)
938 #1143: Fix CCP: Was generating incorrect code for loops.
939 #1153: Fix CCP crash.
942 #1159: Fix CCP infinite loop.