Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLoopUtils.cpp1178 struct RewritePhi { struct
1185 RewritePhi(PHINode *P, unsigned I, const SCEV *Val, Instruction *ExpansionPt, in RewritePhi() argument
1194 static bool canLoopBeDeleted(Loop *L, SmallVector<RewritePhi, 8> &RewritePhiSet) { in canLoopBeDeleted() argument
1220 for (const RewritePhi &Phi : RewritePhiSet) { in canLoopBeDeleted()
1272 SmallVector<RewritePhi, 8> RewritePhiSet; in rewriteLoopExitValues()
1413 for (const RewritePhi &Phi : RewritePhiSet) { in rewriteLoopExitValues()