Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp427 OutValuesType OutValue; in computeInsertionPoints() local
461 OutValue[IDFBB].push_back(EmptyChi); in computeInsertionPoints()
471 insertCHI(InValue, OutValue); in computeInsertionPoints()
473 findHoistableCandidates(OutValue, K, HPL); in computeInsertionPoints()
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp741 auto *OutValue = CStyleCastPtrExpr(S, Ctx.VoidPtrTy, (uintptr_t)&LastValue); in SynthesizeExpr() local
744 RuntimeInterfaceBuilder Builder(*this, Ctx, S, E, {ThisInterp, OutValue}); in SynthesizeExpr()