Searched refs:PhiT (Results 1 – 3 of 3) sorted by relevance
38 typedef typename Traits::PhiT PhiT; typedef52 PhiT *PHITag; // Marker for existing PHIs that match.62 SmallVectorImpl<PhiT*> *InsertedPHIs;71 SmallVectorImpl<PhiT*> *Ins) : in SSAUpdaterImpl()353 PhiT *PHI = Traits::ValueIsNewPHI(Info->AvailableVal, Updater); in FindAvailableVals()379 PhiT *SomePHI = Traits::InstrIsPHI(BBI); in FindExistingPHI()395 bool CheckIfPHIMatches(PhiT *PHI) { in CheckIfPHIMatches()396 SmallVector<PhiT*, 20> WorkList; in CheckIfPHIMatches()422 PhiT *IncomingPHIVal = Traits::ValueIsPHI(IncomingVal, Updater); in CheckIfPHIMatches()445 if (PhiT *PHI = (*I)->PHITag) { in RecordMatchingPHIs()
252 typedef MachineInstr PhiT; typedef in llvm::SSAUpdaterTraits278 static inline PHI_iterator PHI_begin(PhiT *PHI) { return PHI_iterator(PHI); } in PHI_begin()279 static inline PHI_iterator PHI_end(PhiT *PHI) { in PHI_end()
249 typedef PHINode PhiT; typedef in llvm::SSAUpdaterTraits273 static PHI_iterator PHI_begin(PhiT *PHI) { return PHI_iterator(PHI); } in PHI_begin()274 static PHI_iterator PHI_end(PhiT *PHI) { in PHI_end()