Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DTypeFinder.h36 DenseSet<AttributeList> VisitedAttributes; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DTypeFinder.cpp206 if (!VisitedAttributes.insert(AL).second) in incorporateAttributes()