Searched refs:ConsideredInsts (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | CodeGenPrepare.cpp | 4975 SmallPtrSetImpl<Instruction *> &ConsideredInsts, const TargetLowering &TLI, in FindAllMemoryUses() argument 4979 if (!ConsideredInsts.insert(I).second) in FindAllMemoryUses() 5040 if (FindAllMemoryUses(UserI, MemoryUses, ConsideredInsts, TLI, TRI, OptSize, in FindAllMemoryUses() 5130 SmallPtrSet<Instruction *, 16> ConsideredInsts; in isProfitableToFoldIntoAddressingMode() local 5131 if (FindAllMemoryUses(I, MemoryUses, ConsideredInsts, TLI, TRI, OptSize, PSI, in isProfitableToFoldIntoAddressingMode()
|