Searched defs:RewritePhi (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 1178 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()
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 468 struct RewritePhi { struct 469 PHINode *PN; 470 unsigned Ith; // Ith incoming value. 471 Value *Val; // Exit value after expansion. 472 bool HighCost; // High Cost when expansion. 474 RewritePhi(PHINode *P, unsigned I, Value *V, bool H) in RewritePhi() function 739 Loop *L, SmallVector<RewritePhi, 8> &RewritePhiSet) { in canLoopBeDeleted()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 529 struct RewritePhi { struct 530 PHINode *PN; 533 unsigned Ith; 536 Value *Val; 539 bool HighCost; 541 RewritePhi(PHINode *P, unsigned I, Value *V, bool H) in RewritePhi() function 820 Loop *L, SmallVector<RewritePhi, 8> &RewritePhiSet) { in canLoopBeDeleted()
|