Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DSeedCollector.cpp161 bool CollectStores, bool CollectLoads) in SeedCollector() argument
164 if (!CollectStores && !CollectLoads) in SeedCollector()
180 if (CollectLoads && isValidMemSeed(LI)) in SeedCollector()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/
H A DSeedCollection.cpp49 bool CollectLoads = CollectSeeds.find(LoadSeedsDef) != std::string::npos; in runOnFunction() local
53 SeedCollector SC(&BB, A.getScalarEvolution(), CollectStores, CollectLoads); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DSeedCollector.h311 bool CollectStores, bool CollectLoads);