Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:GCFunctionInfo

10 // This file declares the GCFunctionInfo and GCModuleInfo classes, which are
15 // The GCFunctionInfo class logs the data necessary to build a type accurate
25 // GCModuleInfo simply collects GCFunctionInfo instances for each Function as
27 // a stack map for the compilation unit as a whole. Therefore, GCFunctionInfo
74 class GCFunctionInfo {
98 GCFunctionInfo(const Function &F, GCStrategy &S);
99 ~GCFunctionInfo();
169 typedef std::vector<std::unique_ptr<GCFunctionInfo>> FuncInfoVec;
178 /// Non-owning map to bypass linear search when finding the GCFunctionInfo
180 typedef DenseMap<const Function *, GCFunctionInfo *> finfo_map_type;
203 GCFunctionInfo &getFunctionInfo(const Function &F);