Lines Matching defs:getDTFn
3455 const std::function<const DominatorTree &()> getDTFn;
3492 const std::function<const DominatorTree &()> getDTFn, Type *AT,
3499 DL(MI->getDataLayout()), LI(LI), getDTFn(getDTFn),
3518 const std::function<const DominatorTree &()> getDTFn,
3525 bool Success = AddressingModeMatcher(AddrModeInsts, TLI, TRI, LI, getDTFn,
4307 getDTFn().dominates(IVInc, MemoryInst)) {
5403 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TLI, TRI, LI, getDTFn,
5512 auto getDTFn = [MemoryInst, this]() -> const DominatorTree & {
5517 V, AccessTy, AddrSpace, MemoryInst, AddrModeInsts, *TLI, *LI, getDTFn,