Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp210 struct VirtualCallSite { struct
211 Value *VTable;
212 CallSite CS;
217 unsigned *NumUnsafeUses;
219 void emitRemark() { in emitRemark()
226 void replaceAndErase(Value *New) { in replaceAndErase()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp310 struct VirtualCallSite { struct
311 Value *VTable;
312 CallSite CS;
317 unsigned *NumUnsafeUses;
320 emitRemark(const StringRef OptName, const StringRef TargetName, in emitRemark()
333 void replaceAndErase( in replaceAndErase()
/external/llvm-project/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp356 struct VirtualCallSite { struct
357 Value *VTable = nullptr;
358 CallBase &CB;
363 unsigned *NumUnsafeUses = nullptr;
366 emitRemark(const StringRef OptName, const StringRef TargetName, in emitRemark()
379 void replaceAndErase( in replaceAndErase()