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;
70 ContainsCalls = false;
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 62 CodeInfo->ContainsCalls |= hasCalls;
305 CodeInfo->ContainsCalls |= hasCalls;
InlineFunction.cpp 526 if (!InlinedCodeInfo.ContainsCalls && !InlinedCodeInfo.ContainsUnwinds) {
538 if (InlinedCodeInfo.ContainsCalls)
    [all...]

Completed in 83 milliseconds