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

/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAllocaHoisting.cpp28 AllocaInst *allocaInst = dyn_cast<AllocaInst>(BI++); local
29 if (allocaInst && isa<ConstantInt>(allocaInst->getArraySize())) {
30 allocaInst->moveBefore(firstTerminatorInst);

Completed in 125 milliseconds