Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp542 SmallVector<std::pair<StoreInst*,Value*>, 4> PredicatedStores; member in __anon63bf7e8f0111::InnerLoopVectorizer
2606 PredicatedStores.push_back(std::make_pair(cast<StoreInst>(Cloned), in scalarizeInstruction()
3517 for (auto KV : PredicatedStores) { in vectorizeLoop()
5797 PredicatedStores.push_back(std::make_pair(cast<StoreInst>(Cloned), in scalarizeInstruction()