Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1232 struct SCCNodesResult { struct
1555 static SCCNodesResult createSCCNodeSet(ArrayRef<Function *> Functions) { in createSCCNodeSet()
1556 SCCNodesResult Res; in createSCCNodeSet()
1587 SCCNodesResult Nodes = createSCCNodeSet(Functions); in deriveAttrsInPostOrder()