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

  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 55 /// ContainsCalls - This is set to true if the cloned code contains a normal
57 bool ContainsCalls;
65 ClonedCodeInfo() : ContainsCalls(false), ContainsDynamicAllocas(false) {}
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 65 CodeInfo->ContainsCalls |= hasCalls;
348 CodeInfo->ContainsCalls |= hasCalls;
InlineFunction.cpp 234 if (!InlinedCodeInfo.ContainsCalls) {
246 if (InlinedCodeInfo.ContainsCalls)
702 if (InlinedFunctionInfo.ContainsCalls &&
    [all...]

Completed in 1448 milliseconds