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

/external/llvm/lib/Transforms/IPO/
H A DInlineAlways.cpp41 AlwaysInliner() : Inliner(ID, /*InsertLifetime*/ true) {
45 AlwaysInliner(bool InsertLifetime) : Inliner(ID, InsertLifetime) { argument
76 Pass *llvm::createAlwaysInlinerPass(bool InsertLifetime) { argument
77 return new AlwaysInliner(InsertLifetime);
H A DInliner.cpp50 Inliner::Inliner(char &ID) : CallGraphSCCPass(ID), InsertLifetime(true) {}
52 Inliner::Inliner(char &ID, bool InsertLifetime) argument
53 : CallGraphSCCPass(ID), InsertLifetime(InsertLifetime) {}
80 int InlineHistory, bool InsertLifetime) {
94 if (!InlineFunction(CS, IFI, &AAR, InsertLifetime))
499 InlineHistoryID, InsertLifetime)) {
78 InlineCallIfPossible(Pass &P, CallSite CS, InlineFunctionInfo &IFI, InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory, bool InsertLifetime) argument
/external/llvm/include/llvm/Transforms/IPO/
H A DInlinerPass.h35 explicit Inliner(char &ID, bool InsertLifetime);
73 // InsertLifetime - Insert @llvm.lifetime intrinsics.
74 bool InsertLifetime; member in struct:llvm::Inliner
/external/llvm/include/llvm/Transforms/Utils/
H A DCloning.h212 AAResults *CalleeAAR = nullptr, bool InsertLifetime = true);
214 AAResults *CalleeAAR = nullptr, bool InsertLifetime = true);
216 AAResults *CalleeAAR = nullptr, bool InsertLifetime = true);
/external/llvm/include/llvm/Transforms/
H A DIPO.h111 Pass *createAlwaysInlinerPass(bool InsertLifetime);
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp59 AAResults *CalleeAAR, bool InsertLifetime) {
60 return InlineFunction(CallSite(CI), IFI, CalleeAAR, InsertLifetime);
63 AAResults *CalleeAAR, bool InsertLifetime) {
64 return InlineFunction(CallSite(II), IFI, CalleeAAR, InsertLifetime);
1351 AAResults *CalleeAAR, bool InsertLifetime) {
1700 if (InsertLifetime && !IFI.StaticAllocas.empty()) {
58 InlineFunction(CallInst *CI, InlineFunctionInfo &IFI, AAResults *CalleeAAR, bool InsertLifetime) argument
62 InlineFunction(InvokeInst *II, InlineFunctionInfo &IFI, AAResults *CalleeAAR, bool InsertLifetime) argument
1350 InlineFunction(CallSite CS, InlineFunctionInfo &IFI, AAResults *CalleeAAR, bool InsertLifetime) argument

Completed in 122 milliseconds