Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp547 struct ArgumentGraphNode { struct
549 SmallVector<ArgumentGraphNode *, 4> Uses; argument
565 ArgumentGraphNode SyntheticRoot;
576 ArgumentGraphNode *operator[](Argument *A) { in operator []()
577 ArgumentGraphNode &Node = ArgumentMap[A]; in operator []()
643 using NodeRef = ArgumentGraphNode *;
961 ArgumentGraphNode *Node = AG[&A]; in addArgumentAttrs()
1030 for (ArgumentGraphNode *I : ArgumentSCC) { in addArgumentAttrs()
1034 for (ArgumentGraphNode *N : ArgumentSCC) { in addArgumentAttrs()
1035 for (ArgumentGraphNode *Use : N->Uses) { in addArgumentAttrs()
[all …]