Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXAllocaHoisting.cpp50 AllocaInst *allocaInst = dyn_cast<AllocaInst>(BI++); in runOnFunction() local
51 if (allocaInst && isa<ConstantInt>(allocaInst->getArraySize())) { in runOnFunction()
52 allocaInst->moveBefore(firstTerminatorInst); in runOnFunction()