Searched defs:BECount (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 613 const SCEV *BECount = SE->getBackedgeTakenCount(CurLoop); in runOnCountableLoop() local 684 bool LoopIdiomRecognize::runOnLoopBlock(BasicBlock *BB, const SCEV *BECount, in runOnLoopBlock() 728 bool LoopIdiomRecognize::processLoopStore(StoreInst *SI, const SCEV *BECount) { in processLoopStore() 788 processLoopMemSet(MemSetInst *MSI, const SCEV *BECount) { in processLoopMemSet() 829 Loop *L, const SCEV *BECount, in mayLoopAccessLocation() 903 const SCEV *BECount) { in processLoopStridedStore() 1023 const SCEV *BECount) { in processLoopStoreOfLoopLoad()
|
D | IndVarSimplify.cpp | 1470 static PHINode *FindLoopCounter(Loop *L, const SCEV *BECount, in FindLoopCounter()
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUnrollRuntime.cpp | 62 static void ConnectProlog(Loop *L, Value *BECount, unsigned Count, in ConnectProlog() 353 Value *BECount = Expander.expandCodeFor(BECountSC, BECountSC->getType(), in UnrollRuntimeLoopProlog() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1283 const SCEV *BECount = SE->getBackedgeTakenCount(L); in getPreStartForExtend() local 4734 const SCEV *BECount = nullptr; in getExact() local 4985 const SCEV *BECount = getCouldNotCompute(); in ComputeExitLimitFromCond() local 5020 const SCEV *BECount = getCouldNotCompute(); in ComputeExitLimitFromCond() local 7306 const SCEV *BECount = computeBECount(getMinusSCEV(End, Start), Stride, false); in HowManyLessThans() local 7387 const SCEV *BECount = computeBECount(getMinusSCEV(Start, End), Stride, false); in HowManyGreaterThans() local
|