OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Feb 24 08:35:24 UTC 2026