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

/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp1278 SmallPtrSet<Instruction*, 16> &ConsideredInsts,
1281 if (!ConsideredInsts.insert(I))
1315 if (FindAllMemoryUses(cast<Instruction>(U), MemoryUses, ConsideredInsts,
1403 SmallPtrSet<Instruction*, 16> ConsideredInsts; local
1404 if (FindAllMemoryUses(I, MemoryUses, ConsideredInsts, TLI))
1276 FindAllMemoryUses(Instruction *I, SmallVectorImpl<std::pair<Instruction*,unsigned> > &MemoryUses, SmallPtrSet<Instruction*, 16> &ConsideredInsts, const TargetLowering &TLI) argument

Completed in 94 milliseconds