Searched defs:DevirtModule (Results 1 – 1 of 1) sorted by relevance
542 struct DevirtModule { struct543 Module &M;544 function_ref<AAResults &(Function &)> AARGetter;545 function_ref<DominatorTree &(Function &)> LookupDomTree;547 ModuleSummaryIndex *ExportSummary;548 const ModuleSummaryIndex *ImportSummary;550 IntegerType *Int8Ty;551 PointerType *Int8PtrTy;552 IntegerType *Int32Ty;553 IntegerType *Int64Ty;[all …]