Searched defs:GCModuleInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DGCMetadata.cpp10 // This file implements the GCFunctionInfo class and GCModuleInfo pass.
45 INITIALIZE_PASS(GCModuleInfo, "collector-metadata",
57 char GCModuleInfo::ID = 0;
59 GCModuleInfo::GCModuleInfo() function in class:GCModuleInfo
64 GCStrategy *GCModuleInfo::getOrCreateStrategy(const Module *M,
86 GCFunctionInfo &GCModuleInfo::getFunctionInfo(const Function &F) {
100 void GCModuleInfo::clear() {
122 AU.addRequired<GCModuleInfo>();
138 GCFunctionInfo *FD = &getAnalysis<GCModuleInfo>()
[all...]
/external/llvm/include/llvm/CodeGen/
H A DGCMetadata.h10 // This file declares the GCFunctionInfo and GCModuleInfo classes, which are
25 // GCModuleInfo simply collects GCFunctionInfo instances for each Function as
164 /// GCModuleInfo - Garbage collection metadata for a whole module.
166 class GCModuleInfo : public ImmutablePass { class in namespace:llvm
182 GCModuleInfo();
184 /// clear - Resets the pass. Any pass, which uses GCModuleInfo, should

Completed in 180 milliseconds