Searched refs:AllocaValue (Results 1 – 2 of 2) sorted by relevance
1837 AllocaInst *AllocaValue = nullptr; in expandAtomicOpToLibcall() local1875 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall()1876 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()1877 Builder.CreateLifetimeStart(AllocaValue, SizeVal64); in expandAtomicOpToLibcall()1878 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()1879 Args.push_back(AllocaValue); in expandAtomicOpToLibcall()1920 Builder.CreateLifetimeEnd(AllocaValue, SizeVal64); in expandAtomicOpToLibcall()
3434 Value *AllocaValue = in processStaticAllocas() local3438 LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack); in processStaticAllocas()