Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2797 unsigned NumDebugAttachments = 0, NumProfAttachments = 0, in visitFunction() local
2825 ++NumProfAttachments; in visitFunction()
2826 Check(NumProfAttachments == 1, in visitFunction()