OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeadFunctions
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
CallGraphUpdater.h
36
SmallVector<Function *, 16>
DeadFunctions
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalDCE.cpp
379
std::vector<Function *>
DeadFunctions
;
382
DeadFunctions
.push_back(&F); // Keep track of dead globals
411
NumFunctions +=
DeadFunctions
.size();
412
for (Function *F :
DeadFunctions
) {
Completed in 112 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026