Searched defs:DevirtModule (Results 1 – 1 of 1) sorted by relevance
240 struct DevirtModule { struct241 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