Home
last modified time | relevance | path

Searched defs:NodeList (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp298 [TypedNode](bool, DynTypedNodeList NodeList, auto... TupleTail) { in match()
326 matchParents(const DynTypedNodeList &NodeList, in matchParents()
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp38 struct NodeList { struct
40 NodeList *Next = nullptr; argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h226 using NodeList = SmallVector<BlockNode, 4>; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h112 using NodeList = SmallVector<NodeState, 16>; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h550 using NodeList = SmallVector<Node, 4>; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3583 SmallVector<PHINode *, 32> NodeList; member in __anon1d600f580d11::PhiNodeSet