Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp415 OutValuesType OutValue; in computeInsertionPoints() local
449 OutValue[IDFBB].push_back(EmptyChi); in computeInsertionPoints()
459 insertCHI(InValue, OutValue); in computeInsertionPoints()
461 findHoistableCandidates(OutValue, K, HPL); in computeInsertionPoints()
/src/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp857 auto *OutValue = CStyleCastPtrExpr(S, Ctx.VoidPtrTy, (uintptr_t)&LastValue); in SynthesizeExpr() local
861 AddPrintValueCall(RuntimeIB.get(), E, {ThisInterp, OutValue}); in SynthesizeExpr()