Home
last modified time | relevance | path

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 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()
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp468 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 DIndVarSimplify.cpp529 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()