Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:first

123          if (VNInfo *VNI = LiveOut[Pred].first) {
134 // First time we see Pred. Try to determine the live-out value, but set
204 if (IDomValue.first && !IDomValue.second)
206 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def));
211 if (!Value.first || Value.first == IDomValue.first)
217 DomTree->getNode(Indexes->getMBBFromIndex(Value.first->def));
253 } else if (IDomValue.first) {
255 I->Value = IDomValue.first;
263 if (LOP.first == IDomValue.first)