Searched refs:ConsideredInsts (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | CodeGenPrepare.cpp | 4535 SmallPtrSetImpl<Instruction *> &ConsideredInsts, const TargetLowering &TLI, in FindAllMemoryUses() argument 4539 if (!ConsideredInsts.insert(I).second) in FindAllMemoryUses() 4600 if (FindAllMemoryUses(UserI, MemoryUses, ConsideredInsts, TLI, TRI, OptSize, in FindAllMemoryUses() 4688 SmallPtrSet<Instruction*, 16> ConsideredInsts; in isProfitableToFoldIntoAddressingMode() local 4689 if (FindAllMemoryUses(I, MemoryUses, ConsideredInsts, TLI, TRI, OptSize, in isProfitableToFoldIntoAddressingMode()
|