Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp515 std::vector<NodeT *> getNodes() const { in mergeNodes()
957 Into->merge(From, MergedNodes.getNodes()); in concatChains()
1330 Into->merge(From, MergedNodes.getNodes());
486 std::vector<NodeT *> getNodes() const { getNodes() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1359 auto getNodes = [this]() -> std::vector<SDNode *> { in PreprocessISelDAG() local
1372 ppSimplifyOrSelect0(getNodes()); in PreprocessISelDAG()
1380 ppAddrReorderAddShl(getNodes()); in PreprocessISelDAG()
1395 ppAddrRewriteAndSrl(getNodes()); in PreprocessISelDAG()
1399 ppHoistZextI1(getNodes()); in PreprocessISelDAG()
H A DHexagonISelDAGToDAGHVX.cpp2709 auto getNodes = [this]() -> std::vector<SDNode *> { in selectVAlign()
2717 ppHvxShuffleOfShuffle(getNodes()); in PreprocessHvxISelDAG()
2712 auto getNodes = [this]() -> std::vector<SDNode *> { PreprocessHvxISelDAG() local