Searched refs:CreateLifetimeEnd (Results 1 - 6 of 6) sorted by relevance

/external/llvm/unittests/IR/
H A DIRBuilderTest.cpp68 Value *End1 = Builder.CreateLifetimeEnd(Var1);
69 Builder.CreateLifetimeEnd(Var2);
70 Builder.CreateLifetimeEnd(Var3);
/external/llvm/lib/IR/
H A DIRBuilder.cpp140 CallInst *IRBuilderBase::CreateLifetimeEnd(Value *Ptr, ConstantInt *Size) { function in class:IRBuilderBase
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp770 IRBuilder<>(RI).CreateLifetimeEnd(AI, AllocaSize);
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp2128 Builder.CreateLifetimeEnd(V, Builder.getInt64(EltSize));
2145 Builder.CreateLifetimeEnd(NewElts[Idx],
H A DSROA.cpp2683 New = IRB.CreateLifetimeEnd(Ptr, Size);
/external/llvm/include/llvm/IR/
H A DIRBuilder.h413 CallInst *CreateLifetimeEnd(Value *Ptr, ConstantInt *Size = nullptr);

Completed in 2369 milliseconds