Searched refs:PhiT (Results 1 – 9 of 9) sorted by relevance
30 typedef typename Traits::PhiT PhiT; typedef44 PhiT *PHITag; // Marker for existing PHIs that match.54 SmallVectorImpl<PhiT*> *InsertedPHIs;63 SmallVectorImpl<PhiT*> *Ins) : in SSAUpdaterImpl()345 PhiT *PHI = Traits::ValueIsNewPHI(Info->AvailableVal, Updater); in FindAvailableVals()371 PhiT *SomePHI = Traits::InstrIsPHI(BBI); in FindExistingPHI()387 bool CheckIfPHIMatches(PhiT *PHI) { in CheckIfPHIMatches()388 SmallVector<PhiT*, 20> WorkList; in CheckIfPHIMatches()414 PhiT *IncomingPHIVal = Traits::ValueIsPHI(IncomingVal, Updater); in CheckIfPHIMatches()434 void RecordMatchingPHI(PhiT *PHI) { in RecordMatchingPHI()[all …]
41 typedef typename Traits::PhiT PhiT; typedef55 PhiT *PHITag; // Marker for existing PHIs that match.65 SmallVectorImpl<PhiT*> *InsertedPHIs;74 SmallVectorImpl<PhiT*> *Ins) : in SSAUpdaterImpl()356 PhiT *PHI = Traits::ValueIsNewPHI(Info->AvailableVal, Updater); in FindAvailableVals()382 PhiT *SomePHI = Traits::InstrIsPHI(&*BBI); in FindExistingPHI()398 bool CheckIfPHIMatches(PhiT *PHI) { in CheckIfPHIMatches()399 SmallVector<PhiT*, 20> WorkList; in CheckIfPHIMatches()425 PhiT *IncomingPHIVal = Traits::ValueIsPHI(IncomingVal, Updater); in CheckIfPHIMatches()448 if (PhiT *PHI = (*I)->PHITag) { in RecordMatchingPHIs()
38 using PhiT = typename Traits::PhiT; variable67 PhiT *PHITag = nullptr;77 SmallVectorImpl<PhiT *> *InsertedPHIs;87 SmallVectorImpl<PhiT *> *Ins) : in SSAUpdaterImpl()367 PhiT *PHI = Traits::ValueIsNewPHI(Info->AvailableVal, Updater); in FindAvailableVals()405 bool CheckIfPHIMatches(PhiT *PHI) { in CheckIfPHIMatches()406 SmallVector<PhiT *, 20> WorkList; in CheckIfPHIMatches()432 PhiT *IncomingPHIVal = Traits::ValueIsPHI(IncomingVal, Updater); in CheckIfPHIMatches()455 if (PhiT *PHI = (*I)->PHITag) { in RecordMatchingPHIs()
242 typedef MachineInstr PhiT; typedef in llvm::SSAUpdaterTraits268 static inline PHI_iterator PHI_begin(PhiT *PHI) { return PHI_iterator(PHI); } in PHI_begin()269 static inline PHI_iterator PHI_end(PhiT *PHI) { in PHI_end()
277 typedef MachineInstr PhiT; typedef in llvm::SSAUpdaterTraits284 static inline PHI_iterator PHI_begin(PhiT *PHI) { return PHI_iterator(PHI); } in PHI_begin()285 static inline PHI_iterator PHI_end(PhiT *PHI) { in PHI_end()
246 using PhiT = MachineInstr; typedef in llvm::SSAUpdaterTraits275 static inline PHI_iterator PHI_begin(PhiT *PHI) { return PHI_iterator(PHI); } in PHI_begin()277 static inline PHI_iterator PHI_end(PhiT *PHI) { in PHI_end()
226 using PhiT = PHINode; typedef in llvm::SSAUpdaterTraits251 static PHI_iterator PHI_begin(PhiT *PHI) { return PHI_iterator(PHI); } in PHI_begin()252 static PHI_iterator PHI_end(PhiT *PHI) { in PHI_end()
213 typedef PHINode PhiT; typedef in llvm::SSAUpdaterTraits237 static PHI_iterator PHI_begin(PhiT *PHI) { return PHI_iterator(PHI); } in PHI_begin()238 static PHI_iterator PHI_end(PhiT *PHI) { in PHI_end()
263 typedef PHINode PhiT; typedef in llvm::SSAUpdaterTraits270 static inline PHI_iterator PHI_begin(PhiT *PHI) { return PHI_iterator(PHI); } in PHI_begin()271 static inline PHI_iterator PHI_end(PhiT *PHI) { in PHI_end()