LLVM 17.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 1191 of file LoopUtils.cpp.
|
inline |
Definition at line 1198 of file LoopUtils.cpp.
Instruction* RewritePhi::ExpansionPoint |
Definition at line 1195 of file LoopUtils.cpp.
Definition at line 1194 of file LoopUtils.cpp.
bool RewritePhi::HighCost |
Definition at line 1196 of file LoopUtils.cpp.
unsigned RewritePhi::Ith |
Definition at line 1193 of file LoopUtils.cpp.
PHINode* RewritePhi::PN |
Definition at line 1192 of file LoopUtils.cpp.