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 151 /// UsedFunctions - The functions in the @llvm.used list in a more easily
154 SmallPtrSet<const Function *, 32> UsedFunctions;
337 return UsedFunctions.count(F);
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 324 // UsedFunctions.
334 UsedFunctions.insert(F);

Completed in 1037 milliseconds