HomeSort by relevance Sort by last modified time
    Searched defs:IDomNode (Results 1 - 25 of 25) sorted by null

  /external/llvm/lib/Analysis/
DivergenceAnalysis.cpp 192 DomTreeNode *IDomNode = DT.getNode(InfluencedBB)->getIDom();
193 if (IDomNode == nullptr)
195 InfluencedBB = IDomNode->getBlock();
  /external/llvm/include/llvm/Support/
GenericDomTree.h 558 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
559 assert(IDomNode && "Not immediate dominator specified for block!");
561 return (DomTreeNodes[BB] = IDomNode->addChild(
562 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode))).get();
652 DomTreeNodeBase<NodeT> *IDomNode = getNodeForBlock(IDom);
655 // IDomNode
656 return (this->DomTreeNodes[BB] = IDomNode->addChild(
657 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode))).get();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GenericDomTree.h 594 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
595 assert(IDomNode && "Not immediate dominator specified for block!");
597 return (DomTreeNodes[BB] = IDomNode->addChild(
598 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode))).get();
716 DomTreeNodeBase<NodeT> *IDomNode = getNodeForBlock(IDom);
719 // IDomNode
720 return (this->DomTreeNodes[BB] = IDomNode->addChild(
721 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode))).get();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
GenericDomTree.h 587 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
588 assert(IDomNode && "Not immediate dominator specified for block!");
590 return (DomTreeNodes[BB] = IDomNode->addChild(
591 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode))).get();
708 DomTreeNodeBase<NodeT> *IDomNode = getNodeForBlock(IDom);
711 // IDomNode
712 return (DomTreeNodes[BB] = IDomNode->addChild(
713 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode))).get();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
GenericDomTree.h 587 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
588 assert(IDomNode && "Not immediate dominator specified for block!");
590 return (DomTreeNodes[BB] = IDomNode->addChild(
591 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode))).get();
708 DomTreeNodeBase<NodeT> *IDomNode = getNodeForBlock(IDom);
711 // IDomNode
712 return (DomTreeNodes[BB] = IDomNode->addChild(
713 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode))).get();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
GenericDomTree.h 587 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
588 assert(IDomNode && "Not immediate dominator specified for block!");
590 return (DomTreeNodes[BB] = IDomNode->addChild(
591 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode))).get();
GenericDomTreeConstruction.h 181 TreeNodePtr IDomNode = getNodeForBlock(IDom, DT);
184 // IDomNode
185 return (DT.DomTreeNodes[BB] = IDomNode->addChild(
186 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode)))
597 TreeNodePtr IDomNode = getNodeForBlock(ImmDom, DT);
600 // IDomNode.
601 DT.DomTreeNodes[W] = IDomNode->addChild(
602 llvm::make_unique<DomTreeNodeBase<NodeT>>(W, IDomNode));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
GenericDomTree.h 587 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
588 assert(IDomNode && "Not immediate dominator specified for block!");
590 return (DomTreeNodes[BB] = IDomNode->addChild(
591 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode))).get();
GenericDomTreeConstruction.h 181 TreeNodePtr IDomNode = getNodeForBlock(IDom, DT);
184 // IDomNode
185 return (DT.DomTreeNodes[BB] = IDomNode->addChild(
186 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode)))
597 TreeNodePtr IDomNode = getNodeForBlock(ImmDom, DT);
600 // IDomNode.
601 DT.DomTreeNodes[W] = IDomNode->addChild(
602 llvm::make_unique<DomTreeNodeBase<NodeT>>(W, IDomNode));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
GenericDomTree.h 587 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
588 assert(IDomNode && "Not immediate dominator specified for block!");
590 return (DomTreeNodes[BB] = IDomNode->addChild(
591 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode))).get();
GenericDomTreeConstruction.h 181 TreeNodePtr IDomNode = getNodeForBlock(IDom, DT);
184 // IDomNode
185 return (DT.DomTreeNodes[BB] = IDomNode->addChild(
186 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode)))
597 TreeNodePtr IDomNode = getNodeForBlock(ImmDom, DT);
600 // IDomNode.
601 DT.DomTreeNodes[W] = IDomNode->addChild(
602 llvm::make_unique<DomTreeNodeBase<NodeT>>(W, IDomNode));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
GenericDomTree.h 587 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
588 assert(IDomNode && "Not immediate dominator specified for block!");
590 return (DomTreeNodes[BB] = IDomNode->addChild(
591 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode))).get();
GenericDomTreeConstruction.h 181 TreeNodePtr IDomNode = getNodeForBlock(IDom, DT);
184 // IDomNode
185 return (DT.DomTreeNodes[BB] = IDomNode->addChild(
186 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode)))
597 TreeNodePtr IDomNode = getNodeForBlock(ImmDom, DT);
600 // IDomNode.
601 DT.DomTreeNodes[W] = IDomNode->addChild(
602 llvm::make_unique<DomTreeNodeBase<NodeT>>(W, IDomNode));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GenericDomTree.h 594 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
595 assert(IDomNode && "Not immediate dominator specified for block!");
597 return (DomTreeNodes[BB] = IDomNode->addChild(
598 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode))).get();
716 DomTreeNodeBase<NodeT> *IDomNode = getNodeForBlock(IDom);
719 // IDomNode
720 return (this->DomTreeNodes[BB] = IDomNode->addChild(
721 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode))).get();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
GenericDomTree.h 587 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
588 assert(IDomNode && "Not immediate dominator specified for block!");
590 return (DomTreeNodes[BB] = IDomNode->addChild(
591 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode))).get();
708 DomTreeNodeBase<NodeT> *IDomNode = getNodeForBlock(IDom);
711 // IDomNode
712 return (DomTreeNodes[BB] = IDomNode->addChild(
713 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode))).get();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
GenericDomTree.h 587 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
588 assert(IDomNode && "Not immediate dominator specified for block!");
590 return (DomTreeNodes[BB] = IDomNode->addChild(
591 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode))).get();
708 DomTreeNodeBase<NodeT> *IDomNode = getNodeForBlock(IDom);
711 // IDomNode
712 return (DomTreeNodes[BB] = IDomNode->addChild(
713 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode))).get();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
GenericDomTree.h 587 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
588 assert(IDomNode && "Not immediate dominator specified for block!");
590 return (DomTreeNodes[BB] = IDomNode->addChild(
591 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode))).get();
GenericDomTreeConstruction.h 181 TreeNodePtr IDomNode = getNodeForBlock(IDom, DT);
184 // IDomNode
185 return (DT.DomTreeNodes[BB] = IDomNode->addChild(
186 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode)))
597 TreeNodePtr IDomNode = getNodeForBlock(ImmDom, DT);
600 // IDomNode.
601 DT.DomTreeNodes[W] = IDomNode->addChild(
602 llvm::make_unique<DomTreeNodeBase<NodeT>>(W, IDomNode));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
GenericDomTree.h 587 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
588 assert(IDomNode && "Not immediate dominator specified for block!");
590 return (DomTreeNodes[BB] = IDomNode->addChild(
591 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode))).get();
GenericDomTreeConstruction.h 181 TreeNodePtr IDomNode = getNodeForBlock(IDom, DT);
184 // IDomNode
185 return (DT.DomTreeNodes[BB] = IDomNode->addChild(
186 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode)))
597 TreeNodePtr IDomNode = getNodeForBlock(ImmDom, DT);
600 // IDomNode.
601 DT.DomTreeNodes[W] = IDomNode->addChild(
602 llvm::make_unique<DomTreeNodeBase<NodeT>>(W, IDomNode));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
GenericDomTree.h 587 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
588 assert(IDomNode && "Not immediate dominator specified for block!");
590 return (DomTreeNodes[BB] = IDomNode->addChild(
591 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode))).get();
GenericDomTreeConstruction.h 181 TreeNodePtr IDomNode = getNodeForBlock(IDom, DT);
184 // IDomNode
185 return (DT.DomTreeNodes[BB] = IDomNode->addChild(
186 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode)))
597 TreeNodePtr IDomNode = getNodeForBlock(ImmDom, DT);
600 // IDomNode.
601 DT.DomTreeNodes[W] = IDomNode->addChild(
602 llvm::make_unique<DomTreeNodeBase<NodeT>>(W, IDomNode));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
GenericDomTree.h 587 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
588 assert(IDomNode && "Not immediate dominator specified for block!");
590 return (DomTreeNodes[BB] = IDomNode->addChild(
591 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode))).get();
GenericDomTreeConstruction.h 181 TreeNodePtr IDomNode = getNodeForBlock(IDom, DT);
184 // IDomNode
185 return (DT.DomTreeNodes[BB] = IDomNode->addChild(
186 llvm::make_unique<DomTreeNodeBase<NodeT>>(BB, IDomNode)))
597 TreeNodePtr IDomNode = getNodeForBlock(ImmDom, DT);
600 // IDomNode.
601 DT.DomTreeNodes[W] = IDomNode->addChild(
602 llvm::make_unique<DomTreeNodeBase<NodeT>>(W, IDomNode));
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
Dominators.h 487 DomTreeNodeBase<NodeT> *IDomNode = getNode(DomBB);
488 assert(IDomNode && "Not immediate dominator specified for block!");
491 IDomNode->addChild(new DomTreeNodeBase<NodeT>(BB, IDomNode));
635 DomTreeNodeBase<NodeT> *IDomNode = getNodeForBlock(IDom);
638 // IDomNode
639 DomTreeNodeBase<NodeT> *C = new DomTreeNodeBase<NodeT>(BB, IDomNode);
640 return this->DomTreeNodes[BB] = IDomNode->addChild(C);

Completed in 909 milliseconds