HomeSort by: relevance | last modified time | path
    Searched refs:DifferentModule (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
Cloning.h 130 DifferentModule,
144 /// If \p Changes is less than \a CloneFunctionChangeType::DifferentModule
150 /// If \p Changes is \a CloneFunctionChangeType::DifferentModule, the new
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CloneFunction.cpp 143 if (Changes < CloneFunctionChangeType::DifferentModule) {
159 if (Changes == CloneFunctionChangeType::DifferentModule) {
197 if (Changes < CloneFunctionChangeType::DifferentModule &&
247 // Only update !llvm.dbg.cu for DifferentModule (not CloneModule). In the
250 if (Changes != CloneFunctionChangeType::DifferentModule)
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
IndirectionUtils.cpp 320 CloneFunctionChangeType::DifferentModule, Returns, "",

Completed in 20 milliseconds