Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp468 struct RewritePhi { struct
469 PHINode *PN;
470 unsigned Ith; // Ith incoming value.
471 Value *Val; // Exit value after expansion.
472 bool HighCost; // High Cost when expansion.
474 RewritePhi(PHINode *P, unsigned I, Value *V, bool H) in RewritePhi() function
739 Loop *L, SmallVector<RewritePhi, 8> &RewritePhiSet) { in canLoopBeDeleted()