Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp86 struct RewritePhi;
106 bool canLoopBeDeleted(Loop *L, SmallVector<RewritePhi, 8> &RewritePhiSet);
468 struct RewritePhi { struct
474 RewritePhi(PHINode *P, unsigned I, Value *V, bool H) in RewritePhi() function
514 SmallVector<RewritePhi, 8> RewritePhiSet; in rewriteLoopExitValues()
627 for (const RewritePhi &Phi : RewritePhiSet) { in rewriteLoopExitValues()
739 Loop *L, SmallVector<RewritePhi, 8> &RewritePhiSet) { in canLoopBeDeleted() argument
766 for (const RewritePhi &Phi : RewritePhiSet) { in canLoopBeDeleted()