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.h190 const PiNodeList &getNodes() const { in getNodes() function
194 PiNodeList &getNodes() { in getNodes() function
196 static_cast<const PiBlockDDGNode *>(this)->getNodes()); in getNodes()
394 return PiNode->getNodes(); in getNodesInPiBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp515 std::vector<NodeT *> getNodes() const { in getNodes() function
957 Into->merge(From, MergedNodes.getNodes()); in mergeChains()
1330 Into->merge(From, MergedNodes.getNodes()); in mergeChains()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1360 auto getNodes = [this]() -> std::vector<SDNode *> { in PreprocessISelDAG() local
1373 ppSimplifyOrSelect0(getNodes()); in PreprocessISelDAG()
1381 ppAddrReorderAddShl(getNodes()); in PreprocessISelDAG()
1396 ppAddrRewriteAndSrl(getNodes()); in PreprocessISelDAG()
1400 ppHoistZextI1(getNodes()); in PreprocessISelDAG()
H A DHexagonISelDAGToDAGHVX.cpp2700 auto getNodes = [this]() -> std::vector<SDNode *> { in PreprocessHvxISelDAG() local
2708 ppHvxShuffleOfShuffle(getNodes()); in PreprocessHvxISelDAG()