Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp142 static cl::opt<bool> AddrSinkUsingGEPs( variable
4617 } else if (AddrSinkUsingGEPs || in optimizeMemoryInst()
4618 (!AddrSinkUsingGEPs.getNumOccurrences() && TM && TTI->useAA())) { in optimizeMemoryInst()