Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3552 FoundPreallocatedBundle = false, FoundGCLiveBundle = false, in visitCallBase() local
3610 Check(!FoundGCLiveBundle, "Multiple gc-live operand bundles", Call); in visitCallBase()
3611 FoundGCLiveBundle = true; in visitCallBase()