Searched defs:getNodes (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/include/lld/Core/
H A DLinkingContext.h136 std::vector<std::unique_ptr<Node>> &getNodes() { return _nodes; } function in class:lld::LinkingContext
137 const std::vector<std::unique_ptr<Node>> &getNodes() const { return _nodes; } function in class:lld::LinkingContext
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h193 const PiNodeList &getNodes() const { function in class:llvm::PiBlockDDGNode
197 PiNodeList &getNodes() { function in class:llvm::PiBlockDDGNode
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1209 auto getNodes = [this] () -> std::vector<SDNode*> { local

Completed in 263 milliseconds