Home
last modified time | relevance | path

Searched refs:DeoptLiveIn (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h49 DeoptLiveIn = 2, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp579 if (Flags & (uint64_t)StatepointFlags::DeoptLiveIn) in process()
H A DLiveIntervals.cpp911 if (SO.getFlags() & (uint64_t)StatepointFlags::DeoptLiveIn) in hasLiveThroughUse()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp541 SI.StatepointFlags & (uint64_t)StatepointFlags::DeoptLiveIn; in lowerStatepointMetaArgs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1689 Flags |= uint32_t(StatepointFlags::DeoptLiveIn); in makeStatepointExplicitImpl()