Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp61 PHINodeFoldingThreshold("phi-node-folding-threshold", cl::Hidden, cl::init(2), variable
1540 PHINodeFoldingThreshold * TargetTransformInfo::TCC_Basic) in SpeculativelyExecuteBB()
1601 unsigned MaxCost = 2 * PHINodeFoldingThreshold * in SpeculativelyExecuteBB()
1841 unsigned MaxCostVal0 = PHINodeFoldingThreshold, in FoldTwoEntryPHINode()
1842 MaxCostVal1 = PHINodeFoldingThreshold; in FoldTwoEntryPHINode()
2466 return N <= PHINodeFoldingThreshold; in mergeConditionalStoreToAddress()