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