Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3686 FoundPreallocatedBundle = false, FoundGCLiveBundle = false, in visitCallBase() local
3744 Check(!FoundGCLiveBundle, "Multiple gc-live operand bundles", Call); in visitCallBase()
3745 FoundGCLiveBundle = true; in visitCallBase()