Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dpass.c214 int cloneCallCount; member
239 ++((TestExternalPassUserData *)userData)->cloneCallCount; in testCloneExternalPass()
365 if (userData.cloneCallCount != userData.constructCallCount - 1) { in testExternalPass()