forked from OSchip/llvm-project
parent
393900ef52
commit
efe65e547b
|
@ -90,7 +90,8 @@ namespace {
|
|||
|
||||
void EliminatePointerRecurrence(PHINode *PN, BasicBlock *Preheader,
|
||||
SmallPtrSet<Instruction*, 16> &DeadInsts);
|
||||
void LinearFunctionTestReplace(Loop *L, SCEVHandle IterationCount, Value *IndVar,
|
||||
void LinearFunctionTestReplace(Loop *L, SCEVHandle IterationCount,
|
||||
Value *IndVar,
|
||||
BasicBlock *ExitingBlock,
|
||||
BranchInst *BI,
|
||||
SCEVExpander &Rewriter);
|
||||
|
|
Loading…
Reference in New Issue