Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineModuleInfo.h151 SmallPtrSet<const Function *, 32> UsedFunctions; variable
299 return UsedFunctions.count(F); in isUsedFunction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineModuleInfo.cpp333 UsedFunctions.insert(F); in AnalyzeModule()