Home | History | Annotate | Download | only in Utils

Lines Matching refs:Curr

2093             Instruction *Curr = &*I++;
2094 if (isa<CmpInst>(Curr)) {
2095 Cond = Curr;
2099 if (!checkCSEInPredecessor(Curr, PB))