Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp506 struct RewritePhi { struct
507 PHINode *PN;
510 unsigned Ith;
513 Value *Val;
516 bool HighCost;
518 RewritePhi(PHINode *P, unsigned I, Value *V, bool H) in RewritePhi() function
784 Loop *L, SmallVector<RewritePhi, 8> &RewritePhiSet) { in canLoopBeDeleted()