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.cpp3063 Value *ThenV = PN.getIncomingValueForBlock(ThenBB); in validateAndCostRequiredSelects() local
3067 if (ThenV == OrigV) in validateAndCostRequiredSelects()
3076 passingValueIsAlwaysUndefined(ThenV, &PN)) in validateAndCostRequiredSelects()
3081 ConstantExpr *ThenCE = dyn_cast<ConstantExpr>(ThenV); in validateAndCostRequiredSelects()
3378 Value *ThenV = PN.getIncomingValue(ThenI); in speculativelyExecuteBB() local
3381 if (OrigV == ThenV) in speculativelyExecuteBB()
3387 Value *TrueV = ThenV, *FalseV = OrigV; in speculativelyExecuteBB()