Home | History | Annotate | Download | only in IR

Lines Matching refs:MDNodes

143     /// MDNodes - keep track of the metadata nodes that have been checked
145 SmallPtrSet<MDNode *, 32> MDNodes;
152 /// Finder keeps track of all debug info MDNodes in a Module.
582 if (!MDNodes.insert(&MD))