Searched refs:IDomValue (Results 1 – 3 of 3) sorted by relevance
191 LiveOutPair IDomValue; in updateSSA() local201 IDomValue = LiveOut[IDom->getBlock()]; in updateSSA()204 if (IDomValue.first && !IDomValue.second) in updateSSA()205 LiveOut[IDom->getBlock()].second = IDomValue.second = in updateSSA()206 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def)); in updateSSA()211 if (!Value.first || Value.first == IDomValue.first) in updateSSA()253 } else if (IDomValue.first) { in updateSSA()255 I->Value = IDomValue.first; in updateSSA()263 if (LOP.first == IDomValue.first) in updateSSA()266 LOP = IDomValue; in updateSSA()
405 LiveOutPair IDomValue; in updateSSA() local415 IDomValue = Map[IDom->getBlock()]; in updateSSA()418 if (IDomValue.first && !IDomValue.second) in updateSSA()419 Map[IDom->getBlock()].second = IDomValue.second = in updateSSA()420 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def)); in updateSSA()425 if (!Value.first || Value.first == IDomValue.first) in updateSSA()467 } else if (IDomValue.first) { in updateSSA()469 I.Value = IDomValue.first; in updateSSA()477 if (LOP.first == IDomValue.first) in updateSSA()480 LOP = IDomValue; in updateSSA()
500 LiveOutPair IDomValue; in updateSSA() local510 IDomValue = Map[IDom->getBlock()]; in updateSSA()513 if (IDomValue.first && IDomValue.first != &UndefVNI && in updateSSA()514 !IDomValue.second) { in updateSSA()515 Map[IDom->getBlock()].second = IDomValue.second = in updateSSA()516 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def)); in updateSSA()521 if (!Value.first || Value.first == IDomValue.first) in updateSSA()569 } else if (IDomValue.first && IDomValue.first != &UndefVNI) { in updateSSA()571 I.Value = IDomValue.first; in updateSSA()579 if (LOP.first == IDomValue.first) in updateSSA()[all …]