Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveRangeCalc.cpp191 LiveOutPair IDomValue; in updateSSA() local
201 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()
/external/llvm/lib/CodeGen/
DLiveRangeCalc.cpp405 LiveOutPair IDomValue; in updateSSA() local
415 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()