Home
last modified time | relevance | path

Searched defs:DevirtModule (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp571 struct DevirtModule { struct
572 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 …]