Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1471 struct SCCNodesResult { struct
1805 static SCCNodesResult createSCCNodeSet(ArrayRef<Function *> Functions) { in createSCCNodeSet()
1806 SCCNodesResult Res; in createSCCNodeSet()
1839 SCCNodesResult Nodes = createSCCNodeSet(Functions); in deriveAttrsInPostOrder()