Lines Matching refs:IDomValue
349 LiveOutPair IDomValue; in updateSSA() local
359 IDomValue = Map[IDom->getBlock()]; in updateSSA()
362 if (IDomValue.first && IDomValue.first != &UndefVNI && in updateSSA()
363 !IDomValue.second) { in updateSSA()
364 Map[IDom->getBlock()].second = IDomValue.second = in updateSSA()
365 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def)); in updateSSA()
370 if (!Value.first || Value.first == IDomValue.first) in updateSSA()
418 } else if (IDomValue.first && IDomValue.first != &UndefVNI) { in updateSSA()
420 I.Value = IDomValue.first; in updateSSA()
428 if (LOP.first == IDomValue.first) in updateSSA()
431 LOP = IDomValue; in updateSSA()