Home | History | Annotate | Download | only in IPO

Lines Matching refs:VTable

24 //   for virtual constant propagation hold and a single vtable's function
25 // returns 0, or a single vtable's function returns 1, replace each virtual
26 // call with a comparison of the vptr against that vtable's address.
62 // Find a minimum offset taking into account only vtable sizes.
208 // A virtual call site. VTable is the loaded virtual table pointer, and CS is
211 Value *VTable;
483 Call.VTable, OneAddr);
596 Value *Addr = B.CreateConstGEP1_64(Call.VTable, OffsetByte);
638 // Copy the original vtable's metadata to the anonymous global, adjusting
679 // the vtable pointer before, as it may have been CSE'd with pointers from
697 // may use the vtable argument later.
727 // pointer from the vtable and performs the type check. If possible, we will