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

/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp92 const SCEVAddRecExpr *LoadEv,
314 const SCEVAddRecExpr *LoadEv = local
316 if (LoadEv && LoadEv->getLoop() == CurLoop && LoadEv->isAffine() &&
317 StoreEv->getOperand(1) == LoadEv->getOperand(1) && LI->isSimple())
318 if (processLoopStoreOfLoopLoad(SI, StoreSize, StoreEv, LoadEv, BECount))
551 const SCEVAddRecExpr *LoadEv,
589 Expander.expandCodeFor(LoadEv->getStart(),
625 << " from load ptr=" << *LoadEv << " a
549 processLoopStoreOfLoopLoad(StoreInst *SI, unsigned StoreSize, const SCEVAddRecExpr *StoreEv, const SCEVAddRecExpr *LoadEv, const SCEV *BECount) argument
[all...]

Completed in 86 milliseconds