LLVM 20.0.0git
|
Public Member Functions | |
RewritePhi (PHINode *P, unsigned I, const SCEV *Val, Instruction *ExpansionPt, bool H) | |
Public Attributes | |
PHINode * | PN |
unsigned | Ith |
const SCEV * | ExpansionSCEV |
Instruction * | ExpansionPoint |
bool | HighCost |
Definition at line 1468 of file LoopUtils.cpp.
|
inline |
Definition at line 1475 of file LoopUtils.cpp.
Instruction* RewritePhi::ExpansionPoint |
Definition at line 1472 of file LoopUtils.cpp.
Definition at line 1471 of file LoopUtils.cpp.
bool RewritePhi::HighCost |
Definition at line 1473 of file LoopUtils.cpp.
unsigned RewritePhi::Ith |
Definition at line 1470 of file LoopUtils.cpp.
PHINode* RewritePhi::PN |
Definition at line 1469 of file LoopUtils.cpp.