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

/external/llvm/lib/CodeGen/
H A DSplitKit.cpp755 DomPair &Dom = NearestDom[ParentVNI->id]; local
762 Dom = DomPair(ValMBB, VNI->def);
772 if (!Dom.first) {
774 Dom = DomPair(ValMBB, VNI->def);
775 } else if (Dom.first == ValMBB) {
777 if (!Dom.second.isValid() || VNI->def < Dom.second)
778 Dom.second = VNI->def;
782 MDT.findNearestCommonDominator(Dom.first, ValMBB);
785 Dom
799 DomPair &Dom = NearestDom[i]; local
822 const DomPair &Dom = NearestDom[ParentVNI->id]; local
[all...]

Completed in 68 milliseconds