Home
last modified time | relevance | path

Searched refs:IDomValue (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp349 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()
[all …]