Home | History | Annotate | Download | only in Scalar

Lines Matching refs:IB

567           for (auto IB = Inst->user_begin(), IE = Inst->user_end();
568 IB != IE && NumUses <= 6; ++IB) {
569 Instruction *UseInstr = cast<Instruction>(*IB);