Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveRangeCalc.cpp382 LiveOutPair IDomValue; in updateSSA() local
392 IDomValue = Map[IDom->getBlock()]; in updateSSA()
395 if (IDomValue.first && !IDomValue.second) in updateSSA()
396 Map[IDom->getBlock()].second = IDomValue.second = in updateSSA()
397 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def)); in updateSSA()
402 if (!Value.first || Value.first == IDomValue.first) in updateSSA()
444 } else if (IDomValue.first) { in updateSSA()
446 I.Value = IDomValue.first; in updateSSA()
454 if (LOP.first == IDomValue.first) in updateSSA()
457 LOP = IDomValue; in updateSSA()