Searched defs:Alloca (Results 1 – 6 of 6) sorted by relevance
785 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local883 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local950 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
968 llvm::AllocaInst *Alloca = CreateMemTemp(Ty, "coerce"); in EmitFunctionProlog() local
2263 if (llvm::AllocaInst *Alloca = dyn_cast<llvm::AllocaInst>(Addr)) { in EmitDeclMetadata() local
1766 AllocaInst* Alloca = new AllocaInst(ElemTy, NULL, GV->getName(), &FirstI); in ProcessInternalGlobal() local
2951 if (AllocaInst *Alloca = dyn_cast<AllocaInst>(Arg)) { in OptimizeWeakCalls() local
4791 const Value *Alloca = I.getArgOperand(0); in visitIntrinsicCall() local