Searched refs:getNodes (Results 1 – 5 of 5) sorted by relevance
95 << cast<PiBlockDDGNode>(Node)->getNodes().size() << " nodes\n"; in getSimpleNodeLabel()115 const auto &PNodes = cast<PiBlockDDGNode>(Node)->getNodes(); in getVerboseNodeLabel()
47 for (const DDGNode *PN : cast<const PiBlockDDGNode>(this)->getNodes()) { in collectInstructions()89 auto &Nodes = cast<const PiBlockDDGNode>(&N)->getNodes(); in operator <<()237 for (DDGNode *NI : Pi->getNodes()) in addNode()
189 const PiNodeList &getNodes() const { in getNodes() function193 PiNodeList &getNodes() { in getNodes() function195 static_cast<const PiBlockDDGNode *>(this)->getNodes()); in getNodes()392 return PiNode->getNodes(); in getNodesInPiBlock()
233 for (DDGNode *M : cast<PiBlockDDGNode>(N)->getNodes()) { in TEST()
1226 auto getNodes = [this] () -> std::vector<SDNode*> { in PreprocessISelDAG() local1236 ppSimplifyOrSelect0(getNodes()); in PreprocessISelDAG()1244 ppAddrReorderAddShl(getNodes()); in PreprocessISelDAG()1259 ppAddrRewriteAndSrl(getNodes()); in PreprocessISelDAG()1263 ppHoistZextI1(getNodes()); in PreprocessISelDAG()