Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp177 bool processLoopStoreOfLoopLoad(StoreInst *SI, const SCEV *BECount);
558 MadeChange |= processLoopStoreOfLoopLoad(SI, BECount); in runOnLoopBlock()
966 bool LoopIdiomRecognize::processLoopStoreOfLoopLoad(StoreInst *SI, in processLoopStoreOfLoopLoad() function in LoopIdiomRecognize