Home
last modified time | relevance | path

Searched refs:IDomValue (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveRangeCalc.cpp500 LiveOutPair IDomValue; in updateSSA() local
510 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 …]