Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveRangeCalc.cpp389 LiveOutPair IDomValue; in updateSSA() local
399 IDomValue = Map[IDom->getBlock()]; in updateSSA()
402 if (IDomValue.first && !IDomValue.second) in updateSSA()
403 Map[IDom->getBlock()].second = IDomValue.second = in updateSSA()
404 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def)); in updateSSA()
409 if (!Value.first || Value.first == IDomValue.first) in updateSSA()
451 } else if (IDomValue.first) { in updateSSA()
453 I.Value = IDomValue.first; in updateSSA()
461 if (LOP.first == IDomValue.first) in updateSSA()
464 LOP = IDomValue; in updateSSA()