Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/CAPI/
Dir.c180 struct OpListNode { struct
182 struct OpListNode *next; argument
184 typedef struct OpListNode OpListNode; typedef
197 int collectStatsSingle(OpListNode *head, ModuleStats *stats) { in collectStatsSingle()
244 OpListNode *node = malloc(sizeof(OpListNode)); in collectStatsSingle()
255 OpListNode *head = malloc(sizeof(OpListNode)); in collectStats()
272 OpListNode *next = head->next; in collectStats()