Searched defs:getNode (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachinePostDominators.h53 MachineDomTreeNode *getNode(MachineBasicBlock *BB) const { function in struct:llvm::MachinePostDominatorTree
H A DMachineDominators.h125 inline MachineDomTreeNode *getNode(MachineBasicBlock *BB) const { function in class:llvm::MachineDominatorTree
H A DScheduleDAG.h387 SDNode *getNode() const { function in class:llvm::SUnit
655 const SUnit *getNode() const { return Node; } function in class:llvm::SUnitIterator
H A DSelectionDAGNodes.h105 SDNode *getNode() const { return Node; } function in class:llvm::SDValue
244 SDNode *getNode() const { return Val.getNode(); } function in class:llvm::SDUse
1767 const SDNode *getNode() const { return Node; } function in class:llvm::SDNode::SDNodeIterator
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DPostDominators.h53 inline DomTreeNode *getNode(BasicBlock *BB) const { function in struct:llvm::PostDominatorTree
H A DRegionInfo.h299 RegionNode* getNode() const { function in class:llvm::Region
H A DRegionIterator.h62 NodeType* getNode() const{ return Node.getPointer(); } function in class:llvm::RNSuccIterator
H A DDominators.h335 inline DomTreeNodeBase<NodeT> *getNode(NodeT *BB) const { function in class:llvm::DominatorTreeBase
824 inline DomTreeNode *getNode(BasicBlock *BB) const { function in class:llvm::DominatorTree
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h49 ExplodedNode *getNode() const { return node; } function in class:clang::ento::WorkListUnit
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCallGraph.cpp154 CallGraphNode *CallGraph::getNode(const Decl *F) const { function in class:CallGraph
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp88 const MDNode *getNode() const { return Node; } function in class:__anon2120::TBAANode
126 const MDNode *getNode() const { return Node; } function in class:__anon2120::TBAAStructTagNode
162 const MDNode *getNode() const { return Node; } function in class:__anon2120::TBAAStructTypeNode
[all...]
H A DRegionInfo.cpp328 RegionNode* Region::getNode(BasicBlock *BB) const { function in class:Region
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp296 ExplodedNode *ExplodedGraph::getNode(const ProgramPoint &L, function in class:ExplodedGraph
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h116 NodeEntry& getNode(NodeItr nItr) { return *nItr; } function in class:PBQP::Graph
117 const NodeEntry& getNode(ConstNodeItr nItr) const { return *nItr; } function in class:PBQP::Graph
[all...]
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.h879 unsigned getNode(unsigned i) const { function in class:llvm::EmitMergeInputChainsMatcher
1069 unsigned getNode(unsigned i) const { function in class:llvm::MarkGlueResultsMatcher
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2406 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, EVT VT) { function in class:SelectionDAG
2423 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, function in class:SelectionDAG
2796 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, function in class:SelectionDAG
3259 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, EVT VT, function in class:SelectionDAG
3349 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, EVT VT, function in class:SelectionDAG
3356 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, EVT VT, function in class:SelectionDAG
4639 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, EVT VT, function in class:SelectionDAG
4655 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, EVT VT, function in class:SelectionDAG
4710 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, function in class:SelectionDAG
4717 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, function in class:SelectionDAG
4725 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, function in class:SelectionDAG
4792 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList) { function in class:SelectionDAG
4796 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, function in class:SelectionDAG
4802 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, function in class:SelectionDAG
4808 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, function in class:SelectionDAG
4814 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, function in class:SelectionDAG
4821 SDValue SelectionDAG::getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, function in class:SelectionDAG
[all...]

Completed in 225 milliseconds