Searched defs:BECount (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 185 const SCEV *BECount = SE->getBackedgeTakenCount(L); in runOnLoop() local 225 bool LoopIdiomRecognize::runOnLoopBlock(BasicBlock *BB, const SCEV *BECount, in runOnLoopBlock() 269 bool LoopIdiomRecognize::processLoopStore(StoreInst *SI, const SCEV *BECount) { in processLoopStore() 328 processLoopMemSet(MemSetInst *MSI, const SCEV *BECount) { in processLoopMemSet() 369 Loop *L, const SCEV *BECount, in mayLoopAccessLocation() 443 const SCEV *BECount) { in processLoopStridedStore() 552 const SCEV *BECount) { in processLoopStoreOfLoopLoad()
|
D | IndVarSimplify.cpp | 1438 FindLoopCounter(Loop *L, const SCEV *BECount, in FindLoopCounter()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 244 const SCEV *BECount = SE->getBackedgeTakenCount(CurLoop); in runOnCountableLoop() local 460 BasicBlock *BB, const SCEV *BECount, in runOnLoopBlock() 508 const SCEV *BECount, in processLoopStores() 648 const SCEV *BECount) { in processLoopMemSet() 700 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation() 732 static const SCEV *getStartForNegStride(const SCEV *Start, const SCEV *BECount, in getStartForNegStride() 748 const SCEV *BECount, bool NegStride) { in processLoopStridedStore() 846 const SCEV *BECount) { in processLoopStoreOfLoopLoad()
|
D | IndVarSimplify.cpp | 1743 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() 546 Value *BECount = Expander.expandCodeFor(BECountSC, BECountSC->getType(), in UnrollRuntimeLoopRemainder() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 4166 const SCEV *BECount = 0; in getExact() local 4343 const SCEV *BECount = getCouldNotCompute(); in ComputeExitLimitFromCond() local 4375 const SCEV *BECount = getCouldNotCompute(); in ComputeExitLimitFromCond() local 6173 const SCEV *BECount = getBECount(Start, End, Step, NoWrap); in HowManyLessThans() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1280 const SCEV *BECount = SE->getBackedgeTakenCount(L); in getPreStartForExtend() local 5542 const SCEV *BECount = nullptr; in getExact() local 5819 const SCEV *BECount = getCouldNotCompute(); in computeExitLimitFromCond() local 5867 const SCEV *BECount = getCouldNotCompute(); in computeExitLimitFromCond() local 8680 const SCEV *BECount = computeBECount(getMinusSCEV(End, Start), Stride, false); in howManyLessThans() local 8756 const SCEV *BECount = computeBECount(getMinusSCEV(Start, End), Stride, false); in howManyGreaterThans() local
|