Searched refs:IDomValue (Results 1 – 1 of 1) sorted by relevance
348 LiveOutPair IDomValue; in updateSSA() local358 IDomValue = Map[IDom->getBlock()]; in updateSSA()361 if (IDomValue.first && IDomValue.first != &UndefVNI && in updateSSA()362 !IDomValue.second) { in updateSSA()363 Map[IDom->getBlock()].second = IDomValue.second = in updateSSA()364 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def)); in updateSSA()369 if (!Value.first || Value.first == IDomValue.first) in updateSSA()417 } else if (IDomValue.first && IDomValue.first != &UndefVNI) { in updateSSA()419 I.Value = IDomValue.first; in updateSSA()427 if (LOP.first == IDomValue.first) in updateSSA()[all …]