Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDDGPrinter.cpp95 << cast<PiBlockDDGNode>(Node)->getNodes().size() << " nodes\n"; in getSimpleNodeLabel()
115 const auto &PNodes = cast<PiBlockDDGNode>(Node)->getNodes(); in getVerboseNodeLabel()
H A DDDG.cpp48 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDDG.h195 const PiNodeList &getNodes() const { in getNodes() function
199 PiNodeList &getNodes() { in getNodes() function
201 static_cast<const PiBlockDDGNode *>(this)->getNodes()); in getNodes()
402 return PiNode->getNodes(); in getNodesInPiBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1223 auto getNodes = [this] () -> std::vector<SDNode*> { in PreprocessISelDAG() local
1233 ppSimplifyOrSelect0(getNodes()); in PreprocessISelDAG()
1241 ppAddrReorderAddShl(getNodes()); in PreprocessISelDAG()
1256 ppAddrRewriteAndSrl(getNodes()); in PreprocessISelDAG()
1260 ppHoistZextI1(getNodes()); in PreprocessISelDAG()