Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp542 struct DevirtModule { struct
543 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 …]