Searched refs:allocaInst (Results 1 – 1 of 1) sorted by relevance
50 AllocaInst *allocaInst = dyn_cast<AllocaInst>(BI++); in runOnFunction() local51 if (allocaInst && isa<ConstantInt>(allocaInst->getArraySize())) { in runOnFunction()52 allocaInst->moveBefore(firstTerminatorInst); in runOnFunction()