Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3232 const std::function<const DominatorTree &()> getDTFn; member in __anonf802c7d40c11::AddressingModeMatcher
3269 const std::function<const DominatorTree &()> getDTFn, Type *AT, in AddressingModeMatcher() argument
3276 DL(MI->getModule()->getDataLayout()), LI(LI), getDTFn(getDTFn), in AddressingModeMatcher()
3295 const std::function<const DominatorTree &()> getDTFn, in Match() argument
3302 bool Success = AddressingModeMatcher(AddrModeInsts, TLI, TRI, LI, getDTFn, in Match()
4070 getDTFn().dominates(IVInc, MemoryInst)) { in matchScaledValue()
5158 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TLI, TRI, LI, getDTFn, in isProfitableToFoldIntoAddressingMode()
5267 auto getDTFn = [MemoryInst, this]() -> const DominatorTree & { in optimizeMemoryInst() local
5272 V, AccessTy, AddrSpace, MemoryInst, AddrModeInsts, *TLI, *LI, getDTFn, in optimizeMemoryInst()