Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c198 struct OpListNode { struct
200 struct OpListNode *next; argument
202 typedef struct OpListNode OpListNode; typedef
215 int collectStatsSingle(OpListNode *head, ModuleStats *stats) { in collectStatsSingle()
262 OpListNode *node = malloc(sizeof(OpListNode)); in collectStatsSingle()
274 OpListNode *head = malloc(sizeof(OpListNode)); in collectStats()
293 OpListNode *next = head->next; in collectStats()