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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp174 void collectStores(BasicBlock *BB);
526 void LoopIdiomRecognize::collectStores(BasicBlock *BB) { function in class:LoopIdiomRecognize
576 collectStores(BB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp147 void collectStores(Loop *CurLoop, BasicBlock *BB,
2000 void HexagonLoopIdiomRecognize::collectStores(Loop *CurLoop, BasicBlock *BB, function in class:HexagonLoopIdiomRecognize
2369 collectStores(CurLoop, BB, Stores);

Completed in 233 milliseconds