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 1408 of file LoopUtils.cpp.
|
inline |
Definition at line 1415 of file LoopUtils.cpp.
Instruction* RewritePhi::ExpansionPoint |
Definition at line 1412 of file LoopUtils.cpp.
Definition at line 1411 of file LoopUtils.cpp.
bool RewritePhi::HighCost |
Definition at line 1413 of file LoopUtils.cpp.
unsigned RewritePhi::Ith |
Definition at line 1410 of file LoopUtils.cpp.
PHINode* RewritePhi::PN |
Definition at line 1409 of file LoopUtils.cpp.