Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1222 struct SCCNodesResult { struct
1392 static SCCNodesResult createSCCNodeSet(ArrayRef<Function *> Functions) { in createSCCNodeSet()
1393 SCCNodesResult Res; in createSCCNodeSet()
1424 SCCNodesResult Nodes = createSCCNodeSet(Functions); in deriveAttrsInPostOrder()