Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp587 SmallPtrSet<Value *, 16> NewPtrs; in rewriteLoadStoresForCommoningChains() local
588 NewPtrs.insert(Base.first); in rewriteLoadStoresForCommoningChains()
595 if (NewPtrs.count(Ptr)) in rewriteLoadStoresForCommoningChains()
616 NewPtrs.insert(NewPtr); in rewriteLoadStoresForCommoningChains()
1050 SmallPtrSet<Value *, 16> NewPtrs; in rewriteLoadStores() local
1051 NewPtrs.insert(Base.first); in rewriteLoadStores()
1056 if (NewPtrs.count(Ptr)) in rewriteLoadStores()
1064 NewPtrs.insert(NewPtr); in rewriteLoadStores()