HomeSort by relevance Sort by last modified time
    Searched refs:UsedFunctions (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 148 /// UsedFunctions - The functions in the @llvm.used list in a more easily
151 SmallPtrSet<const Function *, 32> UsedFunctions;
299 return UsedFunctions.count(F);
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 322 // UsedFunctions.
333 UsedFunctions.insert(F);

Completed in 178 milliseconds