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

/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp302 LiveOutPair IDomValue; local
312 IDomValue = LiveOut[IDom->getBlock()];
315 if (IDomValue.first && !IDomValue.second)
316 LiveOut[IDom->getBlock()].second = IDomValue.second =
317 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def));
322 if (!Value.first || Value.first == IDomValue.first)
330 // This predecessor is carrying something other than IDomValue.
331 // It could be because IDomValue hasn't propagated yet, or it could be
363 } else if (IDomValue
[all...]

Completed in 101 milliseconds