HomeSort by relevance Sort by last modified time
    Searched defs:GCModuleInfo (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
GCMetadata.cpp 10 // This file implements the GCFunctionInfo class and GCModuleInfo pass.
57 INITIALIZE_PASS(GCModuleInfo, "collector-metadata",
69 char GCModuleInfo::ID = 0;
71 GCModuleInfo::GCModuleInfo()
76 GCModuleInfo::~GCModuleInfo() {
80 GCStrategy *GCModuleInfo::getOrCreateStrategy(const Module *M,
102 GCFunctionInfo &GCModuleInfo::getFunctionInfo(const Function &F) {
116 void GCModuleInfo::clear()
    [all...]
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 10 // This file implements the GCFunctionInfo class and GCModuleInfo pass.
43 INITIALIZE_PASS(GCModuleInfo, "collector-metadata",
55 char GCModuleInfo::ID = 0;
57 GCModuleInfo::GCModuleInfo() : ImmutablePass(ID) {
61 GCFunctionInfo &GCModuleInfo::getFunctionInfo(const Function &F) {
76 void GCModuleInfo::clear() {
97 AU.addRequired<GCModuleInfo>();
114 GCFunctionInfo *FD = &getAnalysis<GCModuleInfo>().getFunctionInfo(F);
145 GCModuleInfo *GMI = getAnalysisIfAvailable<GCModuleInfo>()
    [all...]
  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 10 // This file declares the GCFunctionInfo and GCModuleInfo classes, which are
25 // GCModuleInfo simply collects GCFunctionInfo instances for each Function as
155 class GCModuleInfo : public ImmutablePass {
188 GCModuleInfo();
190 /// clear - Resets the pass. Any pass, which uses GCModuleInfo, should
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
GCMetadata.h 10 // This file declares the GCFunctionInfo and GCModuleInfo classes, which are
25 // GCModuleInfo simply collects GCFunctionInfo instances for each Function as
156 /// GCModuleInfo - Garbage collection metadata for a whole module.
158 class GCModuleInfo : public ImmutablePass {
174 GCModuleInfo();
175 ~GCModuleInfo();

Completed in 1252 milliseconds