Searched refs:getNodes (Results 1 – 4 of 4) sorted by relevance
95 << cast<PiBlockDDGNode>(Node)->getNodes().size() << " nodes\n"; in getSimpleNodeLabel()115 const auto &PNodes = cast<PiBlockDDGNode>(Node)->getNodes(); in getVerboseNodeLabel()
48 for (const DDGNode *PN : cast<const PiBlockDDGNode>(this)->getNodes()) { in collectInstructions()90 auto &Nodes = cast<const PiBlockDDGNode>(&N)->getNodes(); in operator <<()238 for (DDGNode *NI : Pi->getNodes()) in addNode()
195 const PiNodeList &getNodes() const { in getNodes() function199 PiNodeList &getNodes() { in getNodes() function201 static_cast<const PiBlockDDGNode *>(this)->getNodes()); in getNodes()402 return PiNode->getNodes(); in getNodesInPiBlock()
1223 auto getNodes = [this] () -> std::vector<SDNode*> { in PreprocessISelDAG() local1233 ppSimplifyOrSelect0(getNodes()); in PreprocessISelDAG()1241 ppAddrReorderAddShl(getNodes()); in PreprocessISelDAG()1256 ppAddrRewriteAndSrl(getNodes()); in PreprocessISelDAG()1260 ppHoistZextI1(getNodes()); in PreprocessISelDAG()