Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDDG.cpp134 : DDGNode(NodeKind::PiBlock), NodeList(List) { in PiBlockDDGNode()
135 assert(!NodeList.empty() && "pi-block node constructed with an empty list."); in PiBlockDDGNode()
139 : DDGNode(N), NodeList(N.NodeList) { in PiBlockDDGNode()
140 assert(getKind() == NodeKind::PiBlock && !NodeList.empty() && in PiBlockDDGNode()
145 : DDGNode(std::move(N)), NodeList(std::move(N.NodeList)) { in PiBlockDDGNode()
146 assert(getKind() == NodeKind::PiBlock && !NodeList.empty() && in PiBlockDDGNode()
150 PiBlockDDGNode::~PiBlockDDGNode() { NodeList.clear(); } in ~PiBlockDDGNode()
H A DBlockFrequencyInfoImpl.cpp716 LoopData::NodeList &Headers, LoopData::NodeList &Others) { in findIrreducibleHeaders()
788 LoopData::NodeList Headers; in createIrreducibleLoop()
789 LoopData::NodeList Others; in createIrreducibleLoop()
/llvm-project-15.0.7/clang/lib/AST/
H A DParentMapContext.cpp54 matchParents(const DynTypedNodeList &NodeList,
280 match(const DynTypedNodeList &NodeList, in match()
282 if (const auto *TypedNode = NodeList[0].get<T>()) { in match()
295 return std::tuple_cat(std::make_tuple(false, NodeList), in match()
302 match(const DynTypedNodeList &NodeList, in match()
304 if (const auto *TypedNode = NodeList[0].get<T>()) { in match()
308 return std::make_tuple(true, NodeList, TypedNode); in match()
310 return std::make_tuple(false, NodeList, nullptr); in match()
316 matchParents(const DynTypedNodeList &NodeList, in matchParents() argument
318 return MatchParents<T, U...>::match(NodeList, ParentMap); in matchParents()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp95 const NodeList &UNodeList);
97 bool analyzeUses(unsigned DefR, const NodeList &UNodeList,
101 const NodeList &UNodeList);
103 unsigned LRExtReg, const NodeList &UNodeList);
104 void getAllRealUses(NodeAddr<StmtNode *> SN, NodeList &UNodeList);
215 NodeList &UNodeList) { in allValidCandidates()
247 NodeList &UNodeList) { in getAllRealUses()
508 const NodeList &UNodeList, in analyzeUses()
529 NodeList AddaslUseList; in analyzeUses()
688 NodeList UNodeList; in changeAddAsl()
[all …]
H A DHexagonRDFOpt.cpp200 NodeList Refs = IA.Addr->members(DFG); in removeOperand()
256 NodeList Defs; in rewrite()
H A DRDFDeadCode.cpp186 NodeList DRNs, DINs; in erase()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRDFLiveness.cpp108 NodeList Liveness::getAllReachingDefs(RegisterRef RefRR, in getAllReachingDefs()
111 NodeList RDefs; // Return value. in getAllReachingDefs()
274 NodeList Ds; in getAllReachingDefs()
327 NodeList RDs = getAllReachingDefs(RefRR, RefA, false, true, DefRRs); in getAllReachingDefsRecImpl()
363 NodeList Ins = BA.Addr->members(DFG); in getNearestAliasedRef()
377 NodeList Refs = I.Addr->members(DFG); in getNearestAliasedRef()
466 NodeList Phis; in computePhiInfo()
468 NodeList Blocks = FA.Addr->members(DFG); in computePhiInfo()
484 NodeList PhiRefs = PhiA.Addr->members(DFG); in computePhiInfo()
598 NodeList Ds = getAllReachingDefs(UR, PUA, true, false, NoRegs); in computePhiInfo()
[all …]
H A DRDFGraph.cpp199 const NodeList &List;
579 NodeList Ms = members_if(EqBB, G); in findBlock()
884 NodeList Blocks = Func.Addr->members(*this); in build()
927 NodeList Preds; in build()
1035 NodeList Rel = getRelatedRefs(IA, DA); in pushClobbers()
1081 NodeList Rel = getRelatedRefs(IA, DA); in pushDefs()
1115 NodeList Refs; in getRelatedRefs()
1452 NodeList Preds; in buildPhis()
1525 NodeList Refs = PA.Addr->members(*this); in removeUnusedPhis()
1756 auto getAllNodes = [this] (NodeId N) -> NodeList { in unlinkDefDF()
[all …]
H A DCodeGenPrepare.cpp3257 SmallVector<PHINode *, 32> NodeList; member in __anon78e22a880c11::PhiNodeSet
3275 if (NodeMap.insert(std::make_pair(Ptr, NodeList.size())).second) { in insert()
3276 NodeList.push_back(Ptr); in insert()
3296 NodeList.clear(); in clear()
3309 iterator end() { return PhiNodeSetIterator(this, NodeList.size()); } in end()
3328 while (CurrentIndex < NodeList.size()) { in SkipRemovedElements()
3329 auto it = NodeMap.find(NodeList[CurrentIndex]); in SkipRemovedElements()
3343 assert(CurrentIndex < Set->NodeList.size() && in operator *()
3345 return Set->NodeList[CurrentIndex]; in operator *()
3349 assert(CurrentIndex < Set->NodeList.size() && in operator ++()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRDFLiveness.h83 NodeList getAllReachingDefs(RegisterRef RefRR, NodeAddr<RefNode*> RefA,
86 NodeList getAllReachingDefs(NodeAddr<RefNode*> RefA) {
91 NodeList getAllReachingDefs(RegisterRef RefRR, NodeAddr<RefNode*> RefA) {
H A DRDFGraph.h512 using NodeList = SmallVector<NodeAddr<NodeBase *>, 4>; variable
605 NodeList members(const DataFlowGraph &G) const;
607 NodeList members_if(Predicate P, const DataFlowGraph &G) const;
760 NodeList getRelatedRefs(NodeAddr<InstrNode*> IA,
908 NodeList CodeNode::members_if(Predicate P, const DataFlowGraph &G) const { in members_if()
909 NodeList MM; in members_if()
943 raw_ostream &operator<<(raw_ostream &OS, const Print<NodeList> &P);
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp37 struct NodeList { struct
39 NodeList *Next = nullptr; argument
1569 NodeList *Head = Arena.alloc<NodeList>(); in demangleNameScopeChain()
1576 NodeList *NewHead = Arena.alloc<NodeList>(); in demangleNameScopeChain()
2084 NodeList *Head = Arena.alloc<NodeList>(); in demangleArrayType()
2085 NodeList *Tail = Head; in demangleArrayType()
2122 NodeList *Head = Arena.alloc<NodeList>(); in demangleFunctionParameterList()
2123 NodeList **Current = &Head; in demangleFunctionParameterList()
2183 NodeList *Head = nullptr; in demangleTemplateParameterList()
2184 NodeList **Current = &Head; in demangleTemplateParameterList()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDDG.h184 NodeList = std::move(N.NodeList);
190 assert(!NodeList.empty() && "Node list is empty."); in getNodes()
191 return NodeList; in getNodes()
205 PiNodeList NodeList;
H A DBlockFrequencyInfoImpl.h225 using NodeList = SmallVector<BlockNode, 4>; member
232 NodeList Nodes; ///< Header and the members of the loop.
267 NodeList::const_iterator members_begin() const { in members_begin()
271 NodeList::const_iterator members_end() const { return Nodes.end(); } in members_end()
272 iterator_range<NodeList::const_iterator> members() const { in members()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp420 rdf::NodeList AnalyzedChildDefs; in getGadgetGraph()
475 NodeList Defs = ArgPhi.Addr->members_if(DataFlowGraph::IsDef, DFG); in getGadgetGraph()
487 NodeList Defs = SA.Addr->members_if(DataFlowGraph::IsDef, DFG); in getGadgetGraph()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h112 using NodeList = SmallVector<NodeState, 16>; variable
113 using node_iterator = NodeList::const_iterator;
119 NodeList Stack;