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

/external/llvm/lib/CodeGen/
H A DSplitKit.cpp749 DomPair &Dom = NearestDom[ParentVNI->id]; local
756 Dom = DomPair(ValMBB, VNI->def);
766 if (!Dom.first) {
768 Dom = DomPair(ValMBB, VNI->def);
769 } else if (Dom.first == ValMBB) {
771 if (!Dom.second.isValid() || VNI->def < Dom.second)
772 Dom.second = VNI->def;
776 MDT.findNearestCommonDominator(Dom.first, ValMBB);
779 Dom
793 DomPair &Dom = NearestDom[i]; local
814 const DomPair &Dom = NearestDom[ParentVNI->id]; local
[all...]

Completed in 36 milliseconds