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

  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 382 SmallPtrSet<Function*, 8> SCCFunctions;
386 if (F) SCCFunctions.insert(F);
435 if (SCCFunctions.count(F))
530 !SCCFunctions.count(Callee) &&
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
Inliner.cpp 334 SmallPtrSet<Function*, 8> SCCFunctions;
338 if (F) SCCFunctions.insert(F);
386 if (SCCFunctions.count(F))
469 !SCCFunctions.count(Callee) &&
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
Inliner.cpp 472 SmallPtrSet<Function *, 8> SCCFunctions;
477 SCCFunctions.insert(F);
538 if (SCCFunctions.count(F))
655 !SCCFunctions.count(Callee) &&
    [all...]

Completed in 278 milliseconds