Searched refs:AllocaValue (Results 1 – 2 of 2) sorted by relevance
1989 AllocaInst *AllocaValue = nullptr; in expandAtomicOpToLibcall() local2027 AllocaValue = AllocaBuilder.CreateAlloca(ValueOperand->getType()); in expandAtomicOpToLibcall()2028 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()2029 Builder.CreateLifetimeStart(AllocaValue, SizeVal64); in expandAtomicOpToLibcall()2030 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()2031 Args.push_back(AllocaValue); in expandAtomicOpToLibcall()2072 Builder.CreateLifetimeEnd(AllocaValue, SizeVal64); in expandAtomicOpToLibcall()
3613 Value *AllocaValue = in processStaticAllocas() local3617 LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack); in processStaticAllocas()