Searched refs:NodeListType (Results 1 – 3 of 3) sorted by relevance
42 using NodeListType = SmallVector<NodeType *, 4>; variable121 virtual NodeType &createPiBlock(const NodeListType &L) = 0;134 virtual const NodeListType &getNodesInPiBlock(const NodeType &N) = 0;
365 DDGNode &createPiBlock(const NodeListType &L) final { in createPiBlock()391 const NodeListType &getNodesInPiBlock(const DDGNode &N) final { in getNodesInPiBlock()
112 SmallVector<NodeListType, 4> ListOfSCCs; in createPiBlocks()118 for (NodeListType &NL : ListOfSCCs) { in createPiBlocks()492 const NodeListType &PiBlockMembers = getNodesInPiBlock(*N); in sortNodesTopologically()