Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp120 void collectStores(BasicBlock *BB);
328 void LoopIdiomRecognize::collectStores(BasicBlock *BB) { in collectStores() function in LoopIdiomRecognize
359 collectStores(BB); in runOnLoopBlock()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3211 if (unsigned count = collectStores(BB, R)) { in runOnFunction()
3250 unsigned collectStores(BasicBlock *BB, BoUpSLP &R);
3414 unsigned SLPVectorizer::collectStores(BasicBlock *BB, BoUpSLP &R) { in collectStores() function in __anonf9942ad60111::SLPVectorizer