Searched defs:DevirtModule (Results 1 – 1 of 1) sorted by relevance
571 struct DevirtModule { struct572 Module &M;573 function_ref<AAResults &(Function &)> AARGetter;574 function_ref<DominatorTree &(Function &)> LookupDomTree;576 ModuleSummaryIndex *ExportSummary;577 const ModuleSummaryIndex *ImportSummary;579 IntegerType *Int8Ty;580 PointerType *Int8PtrTy;581 IntegerType *Int32Ty;582 IntegerType *Int64Ty;[all …]