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.cpp1864 struct SCCNodesResult { struct
2228 static SCCNodesResult createSCCNodeSet(ArrayRef<Function *> Functions) { in createSCCNodeSet()
2229 SCCNodesResult Res; in createSCCNodeSet()
2262 SCCNodesResult Nodes = createSCCNodeSet(Functions); in deriveAttrsInPostOrder()