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

/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp296 LiveOutPair IDomValue; local
306 IDomValue = LiveOut[IDom->getBlock()];
309 if (IDomValue.first && !IDomValue.second)
310 LiveOut[IDom->getBlock()].second = IDomValue.second =
311 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def));
316 if (!Value.first || Value.first == IDomValue.first)
324 // This predecessor is carrying something other than IDomValue.
325 // It could be because IDomValue hasn't propagated yet, or it could be
358 } else if (IDomValue
[all...]

Completed in 301 milliseconds