Searched refs:UseInstr (Results 1 – 1 of 1) sorted by relevance
570 Instruction *UseInstr = cast<Instruction>(*IB); in RewriteLoopExitValues() local571 unsigned Opc = UseInstr->getOpcode(); in RewriteLoopExitValues()573 if (L->contains(UseInstr)) { in RewriteLoopExitValues()581 for (auto PB = UseInstr->user_begin(), in RewriteLoopExitValues()582 PE = UseInstr->user_end(); in RewriteLoopExitValues()