Searched refs:getDTFn (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 3455 const std::function<const DominatorTree &()> getDTFn; member in __anon1d600f580d11::AddressingModeMatcher 3492 const std::function<const DominatorTree &()> getDTFn, Type *AT, in AddressingModeMatcher() argument 3499 DL(MI->getDataLayout()), LI(LI), getDTFn(getDTFn), in AddressingModeMatcher() 3518 const std::function<const DominatorTree &()> getDTFn, in Match() argument 3525 bool Success = AddressingModeMatcher(AddrModeInsts, TLI, TRI, LI, getDTFn, in Match() 4307 getDTFn().dominates(IVInc, MemoryInst)) { in matchScaledValue() 5403 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TLI, TRI, LI, getDTFn, in isProfitableToFoldIntoAddressingMode() 5512 auto getDTFn = [MemoryInst, this]() -> const DominatorTree & { in optimizeMemoryInst() local 5517 V, AccessTy, AddrSpace, MemoryInst, AddrModeInsts, *TLI, *LI, getDTFn, in optimizeMemoryInst()
|