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.cpp2923 Value *ThenV = PN.getIncomingValueForBlock(ThenBB); in validateAndCostRequiredSelects() local
2927 if (ThenV == OrigV) in validateAndCostRequiredSelects()
2935 passingValueIsAlwaysUndefined(ThenV, &PN)) in validateAndCostRequiredSelects()
2940 ConstantExpr *ThenCE = dyn_cast<ConstantExpr>(ThenV); in validateAndCostRequiredSelects()
3217 Value *ThenV = PN.getIncomingValue(ThenI); in SpeculativelyExecuteBB() local
3220 if (OrigV == ThenV) in SpeculativelyExecuteBB()
3226 Value *TrueV = ThenV, *FalseV = OrigV; in SpeculativelyExecuteBB()