Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp2571 unsigned NumDebugAttachments = 0, NumProfAttachments = 0; in visitFunction() local
2598 ++NumProfAttachments; in visitFunction()
2599 Assert(NumProfAttachments == 1, in visitFunction()