Home
last modified time | relevance | path

Searched refs:UseInstr (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDIndVarSimplify.cpp654 Instruction *UseInstr = cast<Instruction>(*IB); in RewriteLoopExitValues() local
655 unsigned Opc = UseInstr->getOpcode(); in RewriteLoopExitValues()
657 if (L->contains(UseInstr)) { in RewriteLoopExitValues()
665 for (auto PB = UseInstr->user_begin(), in RewriteLoopExitValues()
666 PE = UseInstr->user_end(); in RewriteLoopExitValues()