Searched defs:BECount (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 386 const SCEV *BECount = SE->getBackedgeTakenCount(CurLoop); in runOnCountableLoop() local 622 BasicBlock *BB, const SCEV *BECount, in runOnLoopBlock() 658 const SCEV *BECount, ForMemset For) { in processLoopStores() 806 const SCEV *BECount) { in processLoopMemIntrinsic() 828 const SCEV *BECount) { in processLoopMemCpy() 896 const SCEV *BECount) { in processLoopMemSet() 948 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation() 982 static const SCEV *getStartForNegStride(const SCEV *Start, const SCEV *BECount, in getStartForNegStride() 996 static const SCEV *getNumBytes(const SCEV *BECount, Type *IntPtr, in getNumBytes() 1033 const SCEV *BECount, bool NegStride, bool IsLoopMemset) { in processLoopStridedStore() [all …]
|
H A D | IndVarSimplify.cpp | 890 const SCEV *BECount, in FindLoopCounter()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollRuntime.cpp | 70 static void ConnectProlog(Loop *L, Value *BECount, unsigned Count, in ConnectProlog() 751 Value *BECount = Expander.expandCodeFor(BECountSC, BECountSC->getType(), in UnrollRuntimeLoopRemainder() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 1988 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation() 2028 StoreInst *SI, const SCEV *BECount) { in processCopyingStore() 2374 const SCEV *BECount, SmallVectorImpl<BasicBlock*> &ExitBlocks) { in runOnLoopBlock() 2404 const SCEV *BECount = SE->getBackedgeTakenCount(L); in runOnCountableLoop() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 1404 const SCEV *BECount = SE->getBackedgeTakenCount(L); in getPreStartForExtend() local 7325 const SCEV *BECount = ENT.ExactNotTaken; in getExact() local 7725 const SCEV *BECount = getCouldNotCompute(); in computeExitLimitFromCondFromBinOp() local 11398 const SCEV *BECount; in howManyLessThans() local 11485 const SCEV *BECount = computeBECount(getMinusSCEV(Start, End), Stride, false); in howManyGreaterThans() local
|
H A D | DependenceAnalysis.cpp | 1028 const SCEV *BECount = SE->getBackedgeTakenCount(AddRec->getLoop()); in isKnownLessThan() local
|