Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp2620 unsigned NumDebugAttachments = 0, NumProfAttachments = 0; in visitFunction() local
2647 ++NumProfAttachments; in visitFunction()
2648 Check(NumProfAttachments == 1, in visitFunction()