HomeSort by relevance Sort by last modified time
    Searched refs:Parent (Results 376 - 400 of 818) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfo.h 127 /// In the BBtoRegionNode map of the parent of this node, BB will always map
135 /// @brief The parent Region of this RegionNode.
137 RegionT *parent; member in class:llvm::RegionNodeBase
142 /// @param Parent The parent of this RegionNode.
148 inline RegionNodeBase(RegionT *Parent, BlockT *Entry,
150 : entry(Entry, isSubRegion), parent(Parent) {}
153 /// @brief Get the parent Region of this RegionNode.
155 /// The parent Region is the Region this RegionNode belongs to. If fo
    [all...]
RegionIterator.h 28 /// the parent Region. Furthermore for BasicBlocks that start a subregion, a
185 assert(Node->getParent() && "A BB node must have a parent!");
213 RegionT *Parent = Node->getParent();
217 assert(Parent->getExit() != BB && "iterator out of range!");
219 return Parent->getBBNode(BB);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfo.h 127 /// In the BBtoRegionNode map of the parent of this node, BB will always map
135 /// @brief The parent Region of this RegionNode.
137 RegionT *parent; member in class:llvm::RegionNodeBase
142 /// @param Parent The parent of this RegionNode.
148 inline RegionNodeBase(RegionT *Parent, BlockT *Entry,
150 : entry(Entry, isSubRegion), parent(Parent) {}
153 /// @brief Get the parent Region of this RegionNode.
155 /// The parent Region is the Region this RegionNode belongs to. If fo
    [all...]
RegionIterator.h 28 /// the parent Region. Furthermore for BasicBlocks that start a subregion, a
185 assert(Node->getParent() && "A BB node must have a parent!");
213 RegionT *Parent = Node->getParent();
217 assert(Parent->getExit() != BB && "iterator out of range!");
219 return Parent->getBBNode(BB);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfo.h 127 /// In the BBtoRegionNode map of the parent of this node, BB will always map
135 /// @brief The parent Region of this RegionNode.
137 RegionT *parent; member in class:llvm::RegionNodeBase
142 /// @param Parent The parent of this RegionNode.
148 inline RegionNodeBase(RegionT *Parent, BlockT *Entry,
150 : entry(Entry, isSubRegion), parent(Parent) {}
153 /// @brief Get the parent Region of this RegionNode.
155 /// The parent Region is the Region this RegionNode belongs to. If fo
    [all...]
RegionIterator.h 28 /// the parent Region. Furthermore for BasicBlocks that start a subregion, a
185 assert(Node->getParent() && "A BB node must have a parent!");
213 RegionT *Parent = Node->getParent();
217 assert(Parent->getExit() != BB && "iterator out of range!");
219 return Parent->getBBNode(BB);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfo.h 127 /// In the BBtoRegionNode map of the parent of this node, BB will always map
135 /// @brief The parent Region of this RegionNode.
137 RegionT *parent; member in class:llvm::RegionNodeBase
142 /// @param Parent The parent of this RegionNode.
148 inline RegionNodeBase(RegionT *Parent, BlockT *Entry,
150 : entry(Entry, isSubRegion), parent(Parent) {}
153 /// @brief Get the parent Region of this RegionNode.
155 /// The parent Region is the Region this RegionNode belongs to. If fo
    [all...]
RegionIterator.h 28 /// the parent Region. Furthermore for BasicBlocks that start a subregion, a
185 assert(Node->getParent() && "A BB node must have a parent!");
213 RegionT *Parent = Node->getParent();
217 assert(Parent->getExit() != BB && "iterator out of range!");
219 return Parent->getBBNode(BB);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfo.h 127 /// In the BBtoRegionNode map of the parent of this node, BB will always map
135 /// @brief The parent Region of this RegionNode.
137 RegionT *parent; member in class:llvm::RegionNodeBase
142 /// @param Parent The parent of this RegionNode.
148 inline RegionNodeBase(RegionT *Parent, BlockT *Entry,
150 : entry(Entry, isSubRegion), parent(Parent) {}
153 /// @brief Get the parent Region of this RegionNode.
155 /// The parent Region is the Region this RegionNode belongs to. If fo
    [all...]
RegionIterator.h 28 /// the parent Region. Furthermore for BasicBlocks that start a subregion, a
185 assert(Node->getParent() && "A BB node must have a parent!");
213 RegionT *Parent = Node->getParent();
217 assert(Parent->getExit() != BB && "iterator out of range!");
219 return Parent->getBBNode(BB);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTreeAdaptor.cs 120 public virtual object DupTree( object t, object parent )
127 // ensure new subtree root has parent/child index set
129 SetParent( newTree, parent );
229 // whoever invokes rule will set parent and child index
230 r.Parent = null;
465 return tree.Parent;
468 public virtual void SetParent(object t, object parent)
474 ITree parentTree = GetTree(parent);
475 tree.Parent = parentTree;
496 public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t
    [all...]
  /external/llvm/include/llvm/Analysis/
RegionIterator.h 28 /// the parent Region. Furthermore for BasicBlocks that start a subregion, a
180 assert(Node->getParent() && "A BB node must have a parent!");
209 RegionT *Parent = Node->getParent();
213 assert(Parent->getExit() != BB && "iterator out of range!");
215 return Parent->getBBNode(BB);
  /external/llvm/lib/IR/
BasicBlock.cpp 43 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(nullptr) {
55 assert(NewParent && "Expected a parent");
56 assert(!Parent && "Already has a parent");
88 void BasicBlock::setParent(Function *parent) {
89 // Set Parent=parent, updating instruction symtab entries as appropriate.
90 InstList.setSymTabObject(&Parent, parent);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Function.cpp 44 Parent = 0;
54 void Argument::setParent(Function *parent) {
57 Parent = parent;
218 void Function::setParent(Module *parent) {
221 Parent = parent;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Instruction.h 41 BasicBlock *Parent;
62 inline const BasicBlock *getParent() const { return Parent; }
63 inline BasicBlock *getParent() { return Parent; }
69 /// parent, or the parent basic block does not have a parent function.
467 /// * The instruction has no parent
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
RegionIterator.h 28 /// the parent Region. Furthermore for BasicBlocks that start a subregion, a
185 assert(Node->getParent() && "A BB node must have a parent!");
213 RegionT *Parent = Node->getParent();
217 assert(Parent->getExit() != BB && "iterator out of range!");
219 return Parent->getBBNode(BB);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 41 BasicBlock *Parent;
62 inline const BasicBlock *getParent() const { return Parent; }
63 inline BasicBlock *getParent() { return Parent; }
69 /// parent, or the parent basic block does not have a parent function.
502 /// * The instruction has no parent
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
RegionIterator.h 28 /// the parent Region. Furthermore for BasicBlocks that start a subregion, a
185 assert(Node->getParent() && "A BB node must have a parent!");
213 RegionT *Parent = Node->getParent();
217 assert(Parent->getExit() != BB && "iterator out of range!");
219 return Parent->getBBNode(BB);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 41 BasicBlock *Parent;
62 inline const BasicBlock *getParent() const { return Parent; }
63 inline BasicBlock *getParent() { return Parent; }
69 /// parent, or the parent basic block does not have a parent function.
502 /// * The instruction has no parent
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
RegionIterator.h 28 /// the parent Region. Furthermore for BasicBlocks that start a subregion, a
185 assert(Node->getParent() && "A BB node must have a parent!");
213 RegionT *Parent = Node->getParent();
217 assert(Parent->getExit() != BB && "iterator out of range!");
219 return Parent->getBBNode(BB);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 41 BasicBlock *Parent;
62 inline const BasicBlock *getParent() const { return Parent; }
63 inline BasicBlock *getParent() { return Parent; }
69 /// parent, or the parent basic block does not have a parent function.
502 /// * The instruction has no parent
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 41 BasicBlock *Parent;
62 inline const BasicBlock *getParent() const { return Parent; }
63 inline BasicBlock *getParent() { return Parent; }
69 /// parent, or the parent basic block does not have a parent function.
502 /// * The instruction has no parent
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 41 BasicBlock *Parent;
62 inline const BasicBlock *getParent() const { return Parent; }
63 inline BasicBlock *getParent() { return Parent; }
69 /// parent, or the parent basic block does not have a parent function.
502 /// * The instruction has no parent
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 41 BasicBlock *Parent;
62 inline const BasicBlock *getParent() const { return Parent; }
63 inline BasicBlock *getParent() { return Parent; }
69 /// parent, or the parent basic block does not have a parent function.
502 /// * The instruction has no parent
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 41 BasicBlock *Parent;
62 inline const BasicBlock *getParent() const { return Parent; }
63 inline BasicBlock *getParent() { return Parent; }
69 /// parent, or the parent basic block does not have a parent function.
502 /// * The instruction has no parent

Completed in 3089 milliseconds

<<11121314151617181920>>