Home
last modified time | relevance | path

Searched refs:TargetsForSlot (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp270 tryFindVirtualCallTargets(std::vector<VirtualCallTarget> &TargetsForSlot,
273 bool trySingleImplDevirt(ArrayRef<VirtualCallTarget> TargetsForSlot,
276 MutableArrayRef<VirtualCallTarget> TargetsForSlot,
279 ArrayRef<VirtualCallTarget> TargetsForSlot,
282 ArrayRef<VirtualCallTarget> TargetsForSlot,
284 bool tryVirtualConstProp(MutableArrayRef<VirtualCallTarget> TargetsForSlot,
357 std::vector<VirtualCallTarget> &TargetsForSlot, in tryFindVirtualCallTargets() argument
387 TargetsForSlot.push_back({Fn, &TM}); in tryFindVirtualCallTargets()
391 return !TargetsForSlot.empty(); in tryFindVirtualCallTargets()
395 ArrayRef<VirtualCallTarget> TargetsForSlot, in trySingleImplDevirt() argument
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp458 tryFindVirtualCallTargets(std::vector<VirtualCallTarget> &TargetsForSlot,
464 bool trySingleImplDevirt(MutableArrayRef<VirtualCallTarget> TargetsForSlot,
470 void tryICallBranchFunnel(MutableArrayRef<VirtualCallTarget> TargetsForSlot,
475 MutableArrayRef<VirtualCallTarget> TargetsForSlot,
480 bool tryUniformRetValOpt(MutableArrayRef<VirtualCallTarget> TargetsForSlot,
512 MutableArrayRef<VirtualCallTarget> TargetsForSlot,
519 bool tryVirtualConstProp(MutableArrayRef<VirtualCallTarget> TargetsForSlot,
726 std::vector<VirtualCallTarget> &TargetsForSlot, in tryFindVirtualCallTargets() argument
746 TargetsForSlot.push_back({Fn, &TM}); in tryFindVirtualCallTargets()
750 return !TargetsForSlot.empty(); in tryFindVirtualCallTargets()
[all …]