Displaying 2 results from an estimated 2 matches for "saved_trip_count".
2005 Jul 28
2
[LLVMdev] help with pointer-to-array conversion
...Loop *L);
> void EliminatePointerRecurrence(LoopInfo *LI, Loop *L, PHINode *PN,
BasicBlock *Preheader,
361c361
< void IndVarSimplify::EliminatePointerRecurrence(PHINode *PN,
---
> void IndVarSimplify::EliminatePointerRecurrence(LoopInfo *LI, Loop *L,
PHINode *PN,
366a367
> Value *saved_trip_count = L->getTripCount(); // save before it's
clobbered
392c393,408
<
---
> std::cerr << "\tGEPI: " << *GEPI;
> if (PHINode *phi = dyn_cast<PHINode>(GEPI->getOperand(0)))
> {
> if (ConstantExpr *CE =
dyn_cast<ConstantExp...
2005 Jul 28
0
[LLVMdev] help with pointer-to-array conversion
...terRecurrence(LoopInfo *LI, Loop *L, PHINode *PN,
> BasicBlock *Preheader,
> 361c361
> < void IndVarSimplify::EliminatePointerRecurrence(PHINode *PN,
> ---
>> void IndVarSimplify::EliminatePointerRecurrence(LoopInfo *LI, Loop *L,
> PHINode *PN,
> 366a367
>> Value *saved_trip_count = L->getTripCount(); // save before it's
> clobbered
> 392c393,408
> <
> ---
>> std::cerr << "\tGEPI: " << *GEPI;
>> if (PHINode *phi = dyn_cast<PHINode>(GEPI->getOperand(0)))
>> {
>> if (Constan...