Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp240 struct DevirtModule { struct
241 Module &M;
242 IntegerType *Int8Ty;
243 PointerType *Int8PtrTy;
244 IntegerType *Int32Ty;
246 MapVector<VTableSlot, std::vector<VirtualCallSite>> CallSlots;
256 std::map<CallInst *, unsigned> NumUnsafeUsesForTypeTest;
258 DevirtModule(Module &M) in DevirtModule() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp406 struct DevirtModule { struct
407 Module &M;
408 function_ref<AAResults &(Function &)> AARGetter;
410 ModuleSummaryIndex *ExportSummary;
411 const ModuleSummaryIndex *ImportSummary;
413 IntegerType *Int8Ty;
414 PointerType *Int8PtrTy;
415 IntegerType *Int32Ty;
416 IntegerType *Int64Ty;
417 IntegerType *IntPtrTy;
[all …]