Searched defs:ConsideredInsts (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 5106 FindAllMemoryUses(Instruction * I,SmallVectorImpl<std::pair<Use *,Type * >> & MemoryUses,SmallPtrSetImpl<Instruction * > & ConsideredInsts,const TargetLowering & TLI,const TargetRegisterInfo & TRI,bool OptSize,ProfileSummaryInfo * PSI,BlockFrequencyInfo * BFI,unsigned & SeenInsts) FindAllMemoryUses() argument 5184 SmallPtrSet<Instruction *, 16> ConsideredInsts; FindAllMemoryUses() local
|