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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DAddrModeMatcher.cpp409 SmallPtrSet<Instruction*, 16> &ConsideredInsts,
412 if (!ConsideredInsts.insert(I))
446 if (FindAllMemoryUses(cast<Instruction>(U), MemoryUses, ConsideredInsts,
537 SmallPtrSet<Instruction*, 16> ConsideredInsts; local
538 if (FindAllMemoryUses(I, MemoryUses, ConsideredInsts, TLI))
407 FindAllMemoryUses(Instruction *I, SmallVectorImpl<std::pair<Instruction*,unsigned> > &MemoryUses, SmallPtrSet<Instruction*, 16> &ConsideredInsts, const TargetLowering &TLI) argument

Completed in 192 milliseconds