Searched defs:RewritePhi (Results 1 – 1 of 1) sorted by relevance
502 struct RewritePhi { struct503 PHINode *PN;504 unsigned Ith; // Ith incoming value.505 Value *Val; // Exit value after expansion.506 bool HighCost; // High Cost when expansion.507 bool SafePhi; // LCSSASafePhiForRAUW.509 RewritePhi(PHINode *P, unsigned I, Value *V, bool H, bool S) in RewritePhi() argument719 Loop *L, SmallVector<RewritePhi, 8> &RewritePhiSet) { in canLoopBeDeleted()