Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.cpp512 LiveOutPair IDomValue; in updateSSA() local
522 IDomValue = LiveOutCache[IDom->getBlock()]; in updateSSA()
526 if (!Value.first || Value.first == IDomValue.first) in updateSSA()
560 } else if (IDomValue.first) { in updateSSA()
562 I->Value = IDomValue.first; in updateSSA()
567 if (LOP.second != Node && LOP.first != IDomValue.first) { in updateSSA()
569 LOP = IDomValue; in updateSSA()