Searched refs:CollectLoads (Results 1 – 3 of 3) sorted by relevance
161 bool CollectStores, bool CollectLoads) in SeedCollector() argument164 if (!CollectStores && !CollectLoads) in SeedCollector()180 if (CollectLoads && isValidMemSeed(LI)) in SeedCollector()
49 bool CollectLoads = CollectSeeds.find(LoadSeedsDef) != std::string::npos; in runOnFunction() local53 SeedCollector SC(&BB, A.getScalarEvolution(), CollectStores, CollectLoads); in runOnFunction()
311 bool CollectStores, bool CollectLoads);