Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp122 bool processLoopStore(StoreInst *SI, const SCEV *BECount);
361 MadeChange |= processLoopStore(SI, BECount); in runOnLoopBlock()
384 bool LoopIdiomRecognize::processLoopStore(StoreInst *SI, const SCEV *BECount) { in processLoopStore() function in LoopIdiomRecognize