Home
last modified time | relevance | path

Searched refs:NodeB (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
Ddag-functional.td70 class NodeB<int val> : NodeBase {
88 def NodeB0 : NodeB<0>;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTree.h485 DomTreeNodeBase<NodeT> *NodeB = getNode(B);
487 if (!NodeA || !NodeB) return nullptr;
491 while (NodeA && NodeA != NodeB) {
492 if (NodeA->getLevel() < NodeB->getLevel()) std::swap(NodeA, NodeB);
/external/llvm/include/llvm/Support/
DGenericDomTree.h504 DomTreeNodeBase<NodeT> *NodeB = getNode(B); in findNearestCommonDominator() local
514 if (NodeB->DominatedBy(IDomA)) in findNearestCommonDominator()
531 DomTreeNodeBase<NodeT> *IDomB = NodeB->getIDom(); in findNearestCommonDominator()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDominators.h448 DomTreeNodeBase<NodeT> *NodeB = getNode(B); in findNearestCommonDominator() local
460 DomTreeNodeBase<NodeT> *IDomB = NodeB->getIDom(); in findNearestCommonDominator()