HomeSort by relevance Sort by last modified time
    Searched refs:NodeType (Results 51 - 75 of 149) sorted by null

1 23 4 5 6

  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 704 typedef MachineBasicBlock NodeType;
707 static NodeType *getEntryNode(MachineBasicBlock *BB) { return BB; }
708 static inline ChildIteratorType child_begin(NodeType *N) {
711 static inline ChildIteratorType child_end(NodeType *N) {
717 typedef const MachineBasicBlock NodeType;
720 static NodeType *getEntryNode(const MachineBasicBlock *BB) { return BB; }
721 static inline ChildIteratorType child_begin(NodeType *N) {
724 static inline ChildIteratorType child_end(NodeType *N) {
736 typedef MachineBasicBlock NodeType;
738 static NodeType *getEntryNode(Inverse<MachineBasicBlock *> G)
    [all...]
ISDOpcodes.h 25 /// ISD::NodeType enum - This enum defines the target-independent operators
39 enum NodeType {
    [all...]
MachineFunction.h 485 static NodeType *getEntryNode(MachineFunction *F) {
497 static NodeType *getEntryNode(const MachineFunction *F) {
522 static NodeType *getEntryNode(Inverse<MachineFunction*> G) {
528 static NodeType *getEntryNode(Inverse<const MachineFunction *> G) {
ScheduleDAG.h 664 typedef SUnit NodeType;
666 static inline NodeType *getEntryNode(SUnit *N) { return N; }
667 static inline ChildIteratorType child_begin(NodeType *N) {
670 static inline ChildIteratorType child_end(NodeType *N) {
  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 53 typedef const BasicBlock NodeType;
57 static inline const NodeType *getEntryNode(const BlockFrequencyInfo *G) {
60 static ChildIteratorType child_begin(const NodeType *N) {
63 static ChildIteratorType child_end(const NodeType *N) {
  /external/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 54 typedef const MachineBasicBlock NodeType;
59 const NodeType *getEntryNode(const MachineBlockFrequencyInfo *G) {
63 static ChildIteratorType child_begin(const NodeType *N) {
67 static ChildIteratorType child_end(const NodeType *N) {
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/dom/
nodetype.js 16 * @fileoverview Definition of goog.dom.NodeType.
19 goog.provide('goog.dom.NodeType');
23 * Constants for the nodeType attribute in the Node interface.
35 goog.dom.NodeType = {
  /frameworks/compile/mclinker/unittests/
FactoriesTest.cpp 45 NodeAlloc::NodeType* node = m_pNodeAlloc->produce();
57 NodeAlloc::NodeType* node = 0;
76 NodeAlloc::NodeType* node = 0;
98 NodeAlloc::NodeType* node = 0;
122 NodeAlloc::NodeType* node = 0;
158 NodeAlloc::NodeType* node = 0;
  /external/chromium_org/third_party/libxml/src/
regressions.py 264 if reader.NodeType() == 1:
266 elif reader.NodeType() == 15:
273 elif reader.NodeType() == 15: # end of element
297 if reader.NodeType() == 1:
301 elif reader.NodeType() == 15:
308 elif reader.NodeType() == 15: # end of element
320 reader.Depth(), reader.NodeType(), reader.Name())
  /external/clang/include/clang/Analysis/
CFG.h     [all...]
  /external/llvm/include/llvm/Support/
GenericDomTree.h 177 void Calculate(DominatorTreeBase<typename GraphTraits<N>::NodeType>& DT,
233 void Split(DominatorTreeBase<typename GraphT::NodeType>& DT,
234 typename GraphT::NodeType* NewBB) {
238 typename GraphT::NodeType* NewBBSucc = *GraphT::child_begin(NewBB);
240 std::vector<typename GraphT::NodeType*> PredBlocks;
253 typename InvTraits::NodeType *ND = *PI;
592 friend typename GraphT::NodeType* Eval(
593 DominatorTreeBase<typename GraphT::NodeType>& DT,
594 typename GraphT::NodeType* V,
598 friend unsigned DFSPass(DominatorTreeBase<typename GraphT::NodeType>& DT
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebNode.h 76 enum NodeType {
93 BLINK_EXPORT NodeType nodeType() const;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Text.h 61 virtual NodeType nodeType() const OVERRIDE;
ProcessingInstruction.h 60 virtual NodeType nodeType() const OVERRIDE;
89 DEFINE_NODE_TYPE_CASTS(ProcessingInstruction, nodeType() == Node::PROCESSING_INSTRUCTION_NODE);
93 return node.nodeType() == Node::PROCESSING_INSTRUCTION_NODE && toProcessingInstruction(node).isXSL();
Text.cpp 69 if (nextSibling->nodeType() != TEXT_NODE)
138 Node::NodeType type = n->nodeType();
152 Node::NodeType type = n->nodeType();
230 Node::NodeType Text::nodeType() const
SelectorQuery.h 43 template <typename NodeType> class StaticNodeTypeList;
  /external/chromium_org/third_party/icu/source/common/
rbbiscan.h 92 RBBINode *pushNewNode(RBBINode::NodeType t);
rbbinode.cpp 46 RBBINode::RBBINode(NodeType t) : UMemory() {
252 void RBBINode::findNodes(UVector *dest, RBBINode::NodeType kind, UErrorCode &status) {
  /external/icu/icu4c/source/common/
rbbiscan.h 92 RBBINode *pushNewNode(RBBINode::NodeType t);
  /external/chromium_org/third_party/WebKit/Source/web/
WebNode.cpp 81 WebNode::NodeType WebNode::nodeType() const
83 return static_cast<NodeType>(m_private->nodeType());
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 754 typedef const Loop NodeType;
757 static NodeType *getEntryNode(const Loop *L) { return L; }
758 static inline ChildIteratorType child_begin(NodeType *N) {
761 static inline ChildIteratorType child_end(NodeType *N) {
767 typedef Loop NodeType;
770 static NodeType *getEntryNode(Loop *L) { return L; }
771 static inline ChildIteratorType child_begin(NodeType *N) {
774 static inline ChildIteratorType child_end(NodeType *N) {
PostDominators.h 99 static NodeType *getEntryNode(PostDominatorTree *DT) {
  /external/chromium_org/third_party/WebKit/Source/core/events/
TreeScopeEventContext.h 42 template <typename NodeType> class StaticNodeTypeList;
  /external/chromium_org/third_party/libxml/chromium/
libxml_utils.h 96 int NodeType() { return xmlTextReaderNodeType(reader_); }
  /frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h 266 typedef Node<DataType> NodeType;
317 NodeType *createNode() {
318 NodeType *result = m_Root.produce();
323 void destroyNode(NodeType *pNode) {

Completed in 1242 milliseconds

1 23 4 5 6