Searched refs:RewritePhi (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 86 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() argument 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 126 struct RewritePhi; 146 bool canLoopBeDeleted(Loop *L, SmallVector<RewritePhi, 8> &RewritePhiSet); 506 struct RewritePhi { struct 518 RewritePhi(PHINode *P, unsigned I, Value *V, bool H) in RewritePhi() function 560 SmallVector<RewritePhi, 8> RewritePhiSet; in rewriteLoopExitValues() 674 for (const RewritePhi &Phi : RewritePhiSet) { in rewriteLoopExitValues() 784 Loop *L, SmallVector<RewritePhi, 8> &RewritePhiSet) { in canLoopBeDeleted() argument 810 for (const RewritePhi &Phi : RewritePhiSet) { in canLoopBeDeleted()
|