Searched refs:TargetsForSlot (Results 1 – 1 of 1) sorted by relevance
270 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() argument387 TargetsForSlot.push_back({Fn, &TM}); in tryFindVirtualCallTargets()391 return !TargetsForSlot.empty(); in tryFindVirtualCallTargets()395 ArrayRef<VirtualCallTarget> TargetsForSlot, in trySingleImplDevirt() argument[all …]