Home
last modified time | relevance | path

Searched defs:IncInst (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp305 Instruction *IncInst = dyn_cast<Instruction>(V); optimizeLiveType() local
H A DAMDGPUCodeGenPrepare.cpp1919 if (Instruction *IncInst = dyn_cast<Instruction>(Inc)) getSlicedVal() local
/llvm-project/llvm/unittests/Transforms/Utils/
H A DCodeMoverUtilsTest.cpp615 Instruction *IncInst = getInstructionByName(F, "inc"); in TEST() local