Searched refs:ClonedCodeInfo (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DCloning.h52 /// ClonedCodeInfo - This struct can be used to capture information about code
54 struct ClonedCodeInfo { struct in namespace:llvm
65 ClonedCodeInfo() : ContainsCalls(false), ContainsDynamicAllocas(false) {} function in struct:llvm::ClonedCodeInfo
93 /// function, you can specify a ClonedCodeInfo object with the optional fifth
99 ClonedCodeInfo *CodeInfo = nullptr);
116 ClonedCodeInfo *CodeInfo = nullptr);
132 ClonedCodeInfo *CodeInfo = nullptr,
152 ClonedCodeInfo *CodeInfo = nullptr,
/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp41 ClonedCodeInfo *CodeInfo) {
81 const char *NameSuffix, ClonedCodeInfo *CodeInfo,
215 ClonedCodeInfo *CodeInfo) {
261 ClonedCodeInfo *CodeInfo;
268 ClonedCodeInfo *codeInfo,
424 ClonedCodeInfo *CodeInfo,
H A DInlineFunction.cpp217 ClonedCodeInfo &InlinedCodeInfo) {
596 ClonedCodeInfo InlinedFunctionInfo;

Completed in 82 milliseconds