Home
last modified time | relevance | path

Searched refs:AnchorList (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h22 using AnchorList = std::vector<std::pair<LineLocation, FunctionId>>; variable
159 AnchorList &FilteredIRAnchorsList,
160 AnchorList &FilteredProfileAnchorList);
219 LocToLocMap longestCommonSequence(const AnchorList &IRCallsiteAnchors,
220 const AnchorList &ProfileCallsiteAnchors,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp187 SampleProfileMatcher::longestCommonSequence(const AnchorList &AnchorList1, in longestCommonSequence()
188 const AnchorList &AnchorList2, in longestCommonSequence()
200 const AnchorList &AnchorList1, in longestCommonSequence()
201 const AnchorList &AnchorList2, in longestCommonSequence()
327 AnchorList &FilteredIRAnchorsList, AnchorList &FilteredProfileAnchorList) { in getFilteredAnchorList()
366 AnchorList FilteredProfileAnchorList; in runStaleProfileMatching()
367 AnchorList FilteredIRAnchorsList; in runStaleProfileMatching()
812 AnchorList FilteredIRAnchorsList; in functionMatchesProfileHelper()
813 AnchorList FilteredProfileAnchorList; in functionMatchesProfileHelper()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp289 MemInfoMap &Visited, SmallPtrSet<MachineInstr *, 4> &AnchorList,
2085 SmallPtrSet<MachineInstr *, 4> &AnchorList) const { in promoteConstantOffsetToImm()
2097 if (AnchorList.count(&MI)) in promoteConstantOffsetToImm()
2224 AnchorList.insert(AnchorInst); in promoteConstantOffsetToImm()
2249 MemInfoMap &Visited, SmallPtrSet<MachineInstr *, 4> &AnchorList, in collectMergeableInsts() argument
2261 if (promoteConstantOffsetToImm(MI, Visited, AnchorList)) in collectMergeableInsts()
2482 SmallPtrSet<MachineInstr *, 4> AnchorList; in runOnMachineFunction() local
2495 collectMergeableInsts(I, E, Visited, AnchorList, MergeableInsts); in runOnMachineFunction()
2506 AnchorList.clear(); in runOnMachineFunction()