Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3435 SmallPtrSetImpl<Instruction *> &ConsideredInsts, const TargetMachine &TM) { in FindAllMemoryUses() argument
3437 if (!ConsideredInsts.insert(I).second) in FindAllMemoryUses()
3470 if (FindAllMemoryUses(UserI, MemoryUses, ConsideredInsts, TM)) in FindAllMemoryUses()
3557 SmallPtrSet<Instruction*, 16> ConsideredInsts; in isProfitableToFoldIntoAddressingMode() local
3558 if (FindAllMemoryUses(I, MemoryUses, ConsideredInsts, TM)) in isProfitableToFoldIntoAddressingMode()