Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:alloca

1199   // At -O0 we generate an explicit alloca for the BlockPointer, so the RA
1204 Address Alloca = CreateTempAlloca(BlockPointer->getType(),
1210 Builder.CreateStore(BlockPointer, Alloca);
1211 BlockPointerDbgLoc = Alloca.getPointer();
1230 Address alloca =
1233 Builder.CreateStore(capture.getConstant(), alloca);
1235 setAddrOfLocalVar(variable, alloca);
2149 // That's an alloca of the byref structure type.