Home | History | Annotate | Download | only in Utils

Lines Matching defs:Curr

2205             Instruction *Curr = &*I++;
2206 if (isa<CmpInst>(Curr)) {
2207 Cond = Curr;
2211 if (!checkCSEInPredecessor(Curr, PB))