Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1833 unsigned getGatherAllAliasesMaxDepth() const { in getGatherAllAliasesMaxDepth() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp28481 if (Depth > TLI.getGatherAllAliasesMaxDepth()) { in GatherAllAliases()