Home
last modified time | relevance | path

Searched refs:UsedFunctions (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h150 SmallPtrSet<const Function *, 32> UsedFunctions; variable
305 return UsedFunctions.count(F); in isUsedFunction()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DMachineModuleInfo.cpp333 UsedFunctions.insert(F); in AnalyzeModule()