Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp47 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDDG.h189 const PiNodeList &getNodes() const { in getNodes() function
193 PiNodeList &getNodes() { in getNodes() function
195 static_cast<const PiBlockDDGNode *>(this)->getNodes()); in getNodes()
392 return PiNode->getNodes(); in getNodesInPiBlock()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1266 auto getNodes = [this]() -> std::vector<SDNode *> { in PreprocessISelDAG() local
1279 ppSimplifyOrSelect0(getNodes()); in PreprocessISelDAG()
1287 ppAddrReorderAddShl(getNodes()); in PreprocessISelDAG()
1302 ppAddrRewriteAndSrl(getNodes()); in PreprocessISelDAG()
1306 ppHoistZextI1(getNodes()); in PreprocessISelDAG()
H A DHexagonISelDAGToDAGHVX.cpp2680 auto getNodes = [this]() -> std::vector<SDNode *> { in PreprocessHvxISelDAG() local
2688 ppHvxShuffleOfShuffle(getNodes()); in PreprocessHvxISelDAG()