Home
last modified time | relevance | path

Searched refs:OB_gc_live (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h181 if (auto Opt = getOperandBundle(LLVMContext::OB_gc_live)) in gc_args_begin()
188 if (auto Opt = getOperandBundle(LLVMContext::OB_gc_live)) in gc_args_end()
H A DLLVMContext.h94 OB_gc_live = 5, // "gc-live" enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp75 assert(GCLiveEntry->second == LLVMContext::OB_gc_live && in LLVMContext()
H A DIntrinsicInst.cpp919 if (auto Opt = GCInst->getOperandBundle(LLVMContext::OB_gc_live)) in getBasePtr()
930 if (auto Opt = GCInst->getOperandBundle(LLVMContext::OB_gc_live)) in getDerivedPtr()
H A DVerifier.cpp3743 } else if (Tag == LLVMContext::OB_gc_live) { in visitCallBase()
5727 .getOperandBundle(LLVMContext::OB_gc_live)) { in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4032 GCSP.getOperandBundle(LLVMContext::OB_gc_live); in visitCallBase()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3332 LLVMContext::OB_gc_live, LLVMContext::OB_funclet, in visitInvoke()