Home | History | Annotate | Download | only in Utils

Lines Matching defs:Curr

2560             Instruction *Curr = &*I++;
2561 if (isa<CmpInst>(Curr)) {
2562 Cond = Curr;
2566 if (!tryCSEWithPredecessor(Curr, PB))