Searched refs:PHINodeFoldingThreshold (Results 1 – 3 of 3) sorted by relevance
61 static cl::opt<unsigned> PHINodeFoldingThreshold( variable1645 PHINodeFoldingThreshold * TargetTransformInfo::TCC_Basic) in SpeculativelyExecuteBB()1706 2 * PHINodeFoldingThreshold * TargetTransformInfo::TCC_Basic; in SpeculativelyExecuteBB()1948 unsigned MaxCostVal0 = PHINodeFoldingThreshold, in FoldTwoEntryPHINode()1949 MaxCostVal1 = PHINodeFoldingThreshold; in FoldTwoEntryPHINode()2572 return N <= PHINodeFoldingThreshold; in mergeConditionalStoreToAddress()
91 static cl::opt<unsigned> PHINodeFoldingThreshold( variable1978 PHINodeFoldingThreshold * TargetTransformInfo::TCC_Basic) in SpeculativelyExecuteBB()2038 2 * PHINodeFoldingThreshold * TargetTransformInfo::TCC_Basic; in SpeculativelyExecuteBB()2294 unsigned MaxCostVal0 = PHINodeFoldingThreshold, in FoldTwoEntryPHINode()2295 MaxCostVal1 = PHINodeFoldingThreshold; in FoldTwoEntryPHINode()2932 return N <= (PHINodeFoldingThreshold + 1); in mergeConditionalStoreToAddress()
44 PHINodeFoldingThreshold("phi-node-folding-threshold", cl::Hidden, cl::init(1), variable1271 unsigned MaxCostVal0 = PHINodeFoldingThreshold, in FoldTwoEntryPHINode()1272 MaxCostVal1 = PHINodeFoldingThreshold; in FoldTwoEntryPHINode()