HomeSort by relevance Sort by last modified time
    Searched full:neverinlinefunction (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BasicInliner.cpp 51 /// neverInlineFunction - Sometimes a function is never to be inlined
53 void neverInlineFunction(Function *F) {
169 /// neverInlineFunction - Sometimes a function is never to be inlined because
171 void BasicInliner::neverInlineFunction(Function *F) {
172 Impl->neverInlineFunction(F);
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
BasicInliner.h 41 /// neverInlineFunction - Sometimes a function is never to be inlined
43 void neverInlineFunction(Function *F);

Completed in 94 milliseconds