Searched defs:BECount (Results 1 – 4 of 4) sorted by relevance
| /external/llvm/lib/Transforms/Scalar/ |
| D | LoopIdiomRecognize.cpp | 653 const SCEV *BECount = SE->getBackedgeTakenCount(CurLoop); in runOnCountableLoop() local 728 bool LoopIdiomRecognize::runOnLoopBlock(BasicBlock *BB, const SCEV *BECount, in runOnLoopBlock() 772 bool LoopIdiomRecognize::processLoopStore(StoreInst *SI, const SCEV *BECount) { in processLoopStore() 831 processLoopMemSet(MemSetInst *MSI, const SCEV *BECount) { in processLoopMemSet() 872 Loop *L, const SCEV *BECount, in mayLoopAccessLocation() 946 const SCEV *BECount) { in processLoopStridedStore() 1067 const SCEV *BECount) { in processLoopStoreOfLoopLoad()
|
| D | IndVarSimplify.cpp | 1443 FindLoopCounter(Loop *L, const SCEV *BECount, in FindLoopCounter()
|
| /external/llvm/lib/Transforms/Utils/ |
| D | LoopUnrollRuntime.cpp | 249 const SCEV *BECount = SE->getBackedgeTakenCount(L); in UnrollRuntimeLoopProlog() local
|
| /external/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 4351 const SCEV *BECount = nullptr; in getExact() local 4609 const SCEV *BECount = getCouldNotCompute(); in ComputeExitLimitFromCond() local 4647 const SCEV *BECount = getCouldNotCompute(); in ComputeExitLimitFromCond() local 6658 const SCEV *BECount = computeBECount(getMinusSCEV(End, Start), Stride, false); in HowManyLessThans() local 6729 const SCEV *BECount = computeBECount(getMinusSCEV(Start, End), Stride, false); in HowManyGreaterThans() local
|