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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp92 const SCEVAddRecExpr *LoadEv,
321 const SCEVAddRecExpr *LoadEv = local
323 if (LoadEv && LoadEv->getLoop() == CurLoop && LoadEv->isAffine() &&
324 StoreEv->getOperand(1) == LoadEv->getOperand(1) && LI->isSimple())
325 if (processLoopStoreOfLoopLoad(SI, StoreSize, StoreEv, LoadEv, BECount))
558 const SCEVAddRecExpr *LoadEv,
596 Expander.expandCodeFor(LoadEv->getStart(),
632 << " from load ptr=" << *LoadEv << " a
556 processLoopStoreOfLoopLoad(StoreInst *SI, unsigned StoreSize, const SCEVAddRecExpr *StoreEv, const SCEVAddRecExpr *LoadEv, const SCEV *BECount) argument
[all...]

Completed in 66 milliseconds