Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp460 struct ArgumentGraphNode { struct
462 SmallVector<ArgumentGraphNode *, 4> Uses; argument
478 ArgumentGraphNode SyntheticRoot;
489 ArgumentGraphNode *operator[](Argument *A) { in operator []()
490 ArgumentGraphNode &Node = ArgumentMap[A]; in operator []()
556 using NodeRef = ArgumentGraphNode *;
874 ArgumentGraphNode *Node = AG[&A]; in addArgumentAttrs()
943 for (ArgumentGraphNode *I : ArgumentSCC) { in addArgumentAttrs()
947 for (ArgumentGraphNode *N : ArgumentSCC) { in addArgumentAttrs()
948 for (ArgumentGraphNode *Use : N->Uses) { in addArgumentAttrs()
[all …]