Searched refs:getChildren (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h174 SmallVector<LexicalScope *, 4> &getChildren() { return Children; } function in class:llvm::LexicalScope
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp312 const std::vector<DomTreeNode*> &Children = N->getChildren();
385 const std::vector<DomTreeNode*> &Children = N->getChildren();
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h151 const std::vector<DIE *> &getChildren() const { return Children; } function in class:llvm::DIE
H A DDwarfCompileUnit.h127 bool hasContent() const { return !CUDie->getChildren().empty(); }
H A DDwarfDebug.cpp586 const SmallVector<LexicalScope *, 4> &Scopes = Scope->getChildren();
1391 const SmallVector<LexicalScope *, 4> &Children = S->getChildren();
1774 const std::vector<DIE *> &Children = Die->getChildren();
1958 const std::vector<DIE *> &Children = Die->getChildren();
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DLexicalScopes.cpp221 const SmallVector<LexicalScope *, 4> &Children = WS->getChildren();
H A DEarlyIfConversion.cpp639 DomTree->changeImmediateDominator(Node->getChildren().back(), HeadNode);
H A DMachineCSE.cpp631 const std::vector<MachineDomTreeNode*> &Children = Node->getChildren();
H A DLiveDebugVariables.cpp541 MDT.getNode(MBB)->getChildren();
H A DMachineLICM.cpp714 const std::vector<MachineDomTreeNode*> &Children = Node->getChildren();
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DDominators.h84 const std::vector<DomTreeNodeBase<NodeT>*> &getChildren() const { function in class:llvm::DomTreeNodeBase
510 assert(Node->getChildren().empty() && "Node is not a leaf node.");
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp350 Node->getChildren();

Completed in 207 milliseconds