OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UsedFunctions
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
147
///
UsedFunctions
- The functions in the @llvm.used list in a more easily
150
SmallPtrSet<const Function *, 32>
UsedFunctions
;
305
return
UsedFunctions
.count(F);
/external/llvm/lib/CodeGen/
MachineModuleInfo.cpp
323
//
UsedFunctions
.
333
UsedFunctions
.insert(F);
Completed in 35 milliseconds