Searched refs:UseInstr (Results 1 – 1 of 1) sorted by relevance
578 Instruction *UseInstr = cast<Instruction>(*IB); in rewriteLoopExitValues() local579 unsigned Opc = UseInstr->getOpcode(); in rewriteLoopExitValues()581 if (L->contains(UseInstr)) { in rewriteLoopExitValues()589 for (auto PB = UseInstr->user_begin(), in rewriteLoopExitValues()590 PE = UseInstr->user_end(); in rewriteLoopExitValues()