Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1221 struct RewritePhi { struct
1231 RewritePhi(PHINode *P, unsigned I, const SCEV *Val, Instruction *ExpansionPt, in RewritePhi() function
1240 static bool canLoopBeDeleted(Loop *L, SmallVector<RewritePhi, 8> &RewritePhiSet) { in canLoopBeDeleted()