Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp408 struct VirtualCallSite { struct
409 Value *VTable = nullptr;
410 CallBase &CB;
415 unsigned *NumUnsafeUses = nullptr;
418 emitRemark(const StringRef OptName, const StringRef TargetName, in emitRemark()
431 void replaceAndErase( in replaceAndErase()