Searched refs:SlotInfo (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp556 void applySingleImplDevirt(VTableSlotInfo &SlotInfo, Constant *TheFn,
560 VTableSlotInfo &SlotInfo,
563 void applyICallBranchFunnel(VTableSlotInfo &SlotInfo, Constant *JT,
566 VTableSlotInfo &SlotInfo,
615 VTableSlotInfo &SlotInfo,
620 // Apply the summary resolution for Slot to all virtual calls in SlotInfo.
621 void importResolution(VTableSlot Slot, VTableSlotInfo &SlotInfo);
666 VTableSlotInfo &SlotInfo,
1026 void DevirtModule::applySingleImplDevirt(VTableSlotInfo &SlotInfo, argument
1043 Apply(SlotInfo
1048 AddCalls(VTableSlotInfo &SlotInfo, const ValueInfo &Callee) argument
1076 trySingleImplDevirt( ModuleSummaryIndex *ExportSummary, MutableArrayRef<VirtualCallTarget> TargetsForSlot, VTableSlotInfo &SlotInfo, WholeProgramDevirtResolution *Res) argument
1130 trySingleImplDevirt(MutableArrayRef<ValueInfo> TargetsForSlot, VTableSlotSummary &SlotSummary, VTableSlotInfo &SlotInfo, WholeProgramDevirtResolution *Res, std::set<ValueInfo> &DevirtTargets) argument
1192 tryICallBranchFunnel( MutableArrayRef<VirtualCallTarget> TargetsForSlot, VTableSlotInfo &SlotInfo, WholeProgramDevirtResolution *Res, VTableSlot Slot) argument
1249 applyICallBranchFunnel(VTableSlotInfo &SlotInfo, Constant *JT, bool &IsExported) argument
1551 tryVirtualConstProp( MutableArrayRef<VirtualCallTarget> TargetsForSlot, VTableSlotInfo &SlotInfo, WholeProgramDevirtResolution *Res, VTableSlot Slot) argument
1867 importResolution(VTableSlot Slot, VTableSlotInfo &SlotInfo) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2225 struct SlotInfo { struct
2230 SlotInfo() = default;
2235 std::map<int,SlotInfo> FIRangeMap;
2285 SlotInfo &SI = FIRangeMap[TFI];

Completed in 73 milliseconds