Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp578 Instruction *UseInstr = cast<Instruction>(*IB); in rewriteLoopExitValues() local
579 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp624 Instruction *UseInstr = cast<Instruction>(*IB); in rewriteLoopExitValues() local
625 unsigned Opc = UseInstr->getOpcode(); in rewriteLoopExitValues()
627 if (L->contains(UseInstr)) { in rewriteLoopExitValues()
635 for (auto PB = UseInstr->user_begin(), in rewriteLoopExitValues()
636 PE = UseInstr->user_end(); in rewriteLoopExitValues()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp716 MachineInstr *UseInstr = UI.getParent(); in storeLiveOutReg() local
718 MII = UseInstr->getIterator(), in storeLiveOutReg()
719 MIE = UseInstr->getParent()->instr_end(); in storeLiveOutReg()