Searched defs:BECount (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp248 const SCEV *BECount = SE->getBackedgeTakenCount(L); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp192 const SCEV *BECount = SE->getBackedgeTakenCount(L); local
232 bool LoopIdiomRecognize::runOnLoopBlock(BasicBlock *BB, const SCEV *BECount, argument
276 processLoopStore(StoreInst *SI, const SCEV *BECount) argument
335 processLoopMemSet(MemSetInst *MSI, const SCEV *BECount) argument
375 mayLoopAccessLocation(Value *Ptr,AliasAnalysis::ModRefResult Access, Loop *L, const SCEV *BECount, unsigned StoreSize, AliasAnalysis &AA, Instruction *IgnoredStore) argument
447 processLoopStridedStore(Value *DestPtr, unsigned StoreSize, unsigned StoreAlignment, Value *StoredVal, Instruction *TheStore, const SCEVAddRecExpr *Ev, const SCEV *BECount) argument
556 processLoopStoreOfLoopLoad(StoreInst *SI, unsigned StoreSize, const SCEVAddRecExpr *StoreEv, const SCEVAddRecExpr *LoadEv, const SCEV *BECount) argument
[all...]
H A DIndVarSimplify.cpp1348 FindLoopCounter(Loop *L, const SCEV *BECount, argument
[all...]

Completed in 159 milliseconds