Searched refs:OrigV (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | CloneFunction.cpp | 803 const Value *OrigV = Worklist[Idx]; in CloneAndPruneIntoFromInst() local 804 auto *I = dyn_cast_or_null<Instruction>(VMap.lookup(OrigV)); in CloneAndPruneIntoFromInst() 823 for (const User *U : OrigV->users()) in CloneAndPruneIntoFromInst() 833 VMap[OrigV] = I; in CloneAndPruneIntoFromInst()
|
| H A D | SimplifyCFG.cpp | 2778 Value *OrigV = PN.getIncomingValueForBlock(BB); in validateAndCostRequiredSelects() local 2783 if (ThenV == OrigV) in validateAndCostRequiredSelects() 2790 if (passingValueIsAlwaysUndefined(OrigV, &PN) || in validateAndCostRequiredSelects() 2795 ConstantExpr *OrigCE = dyn_cast<ConstantExpr>(OrigV); in validateAndCostRequiredSelects() 2986 Value *OrigV = SpeculatedStore->getValueOperand(); in SpeculativelyExecuteBB() local 3022 if (any_of(DAI->location_ops(), [&](Value *V) { return V == OrigV; })) in SpeculativelyExecuteBB() 3023 DAI->replaceVariableLocationOp(OrigV, S); in SpeculativelyExecuteBB() 3057 Value *OrigV = PN.getIncomingValue(OrigI); in SpeculativelyExecuteBB() local 3061 if (OrigV == ThenV) in SpeculativelyExecuteBB() 3067 Value *TrueV = ThenV, *FalseV = OrigV; in SpeculativelyExecuteBB()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineC.cpp | 271 SVal OrigV = state->getSVal(Ex, LCtx); in handleLValueBitCast() local 272 SVal V = svalBuilder.evalCast(OrigV, T, ExTy); in handleLValueBitCast() 278 if (V.isUnknown() && !OrigV.isUnknown()) { in handleLValueBitCast() 279 state = escapeValues(state, OrigV, PSK_EscapeOther); in handleLValueBitCast()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 2876 Value *OrigV = V; in rewriteVectorizedStoreInst() local 2904 Store->getPointerOperand(), OrigV, DL); in rewriteVectorizedStoreInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1326 Value *OrigV = V; in salvageUnresolvedDbgValue() local 1369 << *OrigV << "\nBy stripping back to:\n " << *V << "\n"); in salvageUnresolvedDbgValue() 1377 assert(OrigV && "V shouldn't be null"); in salvageUnresolvedDbgValue() 1378 auto *Undef = UndefValue::get(OrigV->getType()); in salvageUnresolvedDbgValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 10050 const SCEV *OrigV = getSCEV(Op); in computeSCEVAtScope() local 10051 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope() 10052 MadeImprovement |= OrigV != OpV; in computeSCEVAtScope()
|