Home
last modified time | relevance | path

Searched defs:RewritePhi (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp502 struct RewritePhi { struct
503 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() argument
719 Loop *L, SmallVector<RewritePhi, 8> &RewritePhiSet) { in canLoopBeDeleted()