Searched refs:NodeListType (Results 1 – 3 of 3) sorted by relevance
41 using NodeListType = SmallVector<NodeType *, 4>; variable120 virtual NodeType &createPiBlock(const NodeListType &L) = 0;133 virtual const NodeListType &getNodesInPiBlock(const NodeType &N) = 0;
363 DDGNode &createPiBlock(const NodeListType &L) final { in createPiBlock()389 const NodeListType &getNodesInPiBlock(const DDGNode &N) final { in getNodesInPiBlock()
112 SmallVector<NodeListType, 4> ListOfSCCs; in createPiBlocks()118 for (NodeListType &NL : ListOfSCCs) { in createPiBlocks()494 const NodeListType &PiBlockMembers = getNodesInPiBlock(*N); in sortNodesTopologically()