Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2864 Value *ThenV = PN.getIncomingValueForBlock(ThenBB); in validateAndCostRequiredSelects() local
2868 if (ThenV == OrigV) in validateAndCostRequiredSelects()
2876 passingValueIsAlwaysUndefined(ThenV, &PN)) in validateAndCostRequiredSelects()
2881 ConstantExpr *ThenCE = dyn_cast<ConstantExpr>(ThenV); in validateAndCostRequiredSelects()
3155 Value *ThenV = PN.getIncomingValue(ThenI); in SpeculativelyExecuteBB() local
3158 if (OrigV == ThenV) in SpeculativelyExecuteBB()
3164 Value *TrueV = ThenV, *FalseV = OrigV; in SpeculativelyExecuteBB()