Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLoopUtils.cpp1161 struct RewritePhi { struct
1171 RewritePhi(PHINode *P, unsigned I, const SCEV *Val, Instruction *ExpansionPt, in RewritePhi() argument
1180 static bool canLoopBeDeleted(Loop *L, SmallVector<RewritePhi, 8> &RewritePhiSet) { in canLoopBeDeleted() argument
1206 for (const RewritePhi &Phi : RewritePhiSet) { in canLoopBeDeleted()
1246 SmallVector<RewritePhi, 8> RewritePhiSet; in rewriteLoopExitValues()
1344 for (RewritePhi &Phi : RewritePhiSet) { in rewriteLoopExitValues()
1380 for (const RewritePhi &Phi : RewritePhiSet) { in rewriteLoopExitValues()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp140 struct RewritePhi;