HomeSort by relevance Sort by last modified time
    Searched refs:ClonedCodeInfo (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 52 /// ClonedCodeInfo - This struct can be used to capture information about code
54 struct ClonedCodeInfo {
65 ClonedCodeInfo() : ContainsCalls(false), ContainsDynamicAllocas(false) {}
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/
CloneFunction.cpp 41 ClonedCodeInfo *CodeInfo) {
81 const char *NameSuffix, ClonedCodeInfo *CodeInfo,
215 ClonedCodeInfo *CodeInfo) {
261 ClonedCodeInfo *CodeInfo;
268 ClonedCodeInfo *codeInfo,
424 ClonedCodeInfo *CodeInfo,
InlineFunction.cpp 217 ClonedCodeInfo &InlinedCodeInfo) {
596 ClonedCodeInfo InlinedFunctionInfo;
    [all...]

Completed in 93 milliseconds