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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 1230 return ToBeDeletedFunctions.count(Callee) ||
1246 ToBeDeletedFunctions.insert(F);
1253 << ToBeDeletedFunctions.size() << " functions and "
1378 if (!ToBeDeletedFunctions.count(Fn))
1381 for (Function *Fn : ToBeDeletedFunctions) {
1393 if (!ToBeDeletedFunctions.empty())
1408 NumFnDeleted += ToBeDeletedFunctions.size();
1410 LLVM_DEBUG(dbgs() << "[Attributor] Deleted " << ToBeDeletedFunctions.size()
1415 if (ToBeDeletedFunctions.count(F))
1702 if (!Functions.count(OldFn) || ToBeDeletedFunctions.count(OldFn)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 1381 ToBeDeletedFunctions.insert(&F);
1626 /// from a live entry point. The functions are added to ToBeDeletedFunctions.
1742 SmallPtrSet<Function *, 8> ToBeDeletedFunctions;

Completed in 34 milliseconds