Home
last modified time | relevance | path

Searched refs:CalleeAAR (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DCloning.h212 AAResults *CalleeAAR = nullptr, bool InsertLifetime = true);
214 AAResults *CalleeAAR = nullptr, bool InsertLifetime = true);
216 AAResults *CalleeAAR = nullptr, bool InsertLifetime = true);
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp59 AAResults *CalleeAAR, bool InsertLifetime) { in InlineFunction() argument
60 return InlineFunction(CallSite(CI), IFI, CalleeAAR, InsertLifetime); in InlineFunction()
63 AAResults *CalleeAAR, bool InsertLifetime) { in InlineFunction() argument
64 return InlineFunction(CallSite(II), IFI, CalleeAAR, InsertLifetime); in InlineFunction()
833 const DataLayout &DL, AAResults *CalleeAAR) { in AddAliasScopeMetadata() argument
916 if (CalleeAAR) { in AddAliasScopeMetadata()
917 FunctionModRefBehavior MRB = CalleeAAR->getModRefBehavior(ICS); in AddAliasScopeMetadata()
1351 AAResults *CalleeAAR, bool InsertLifetime) { in InlineFunction() argument
1600 AddAliasScopeMetadata(CS, VMap, DL, CalleeAAR); in InlineFunction()