Searched defs:BECount (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | LoopIdiomRecognize.cpp | 323 const SCEV *BECount = SE->getBackedgeTakenCount(CurLoop); in runOnCountableLoop() local 556 BasicBlock *BB, const SCEV *BECount, in runOnLoopBlock() 604 const SCEV *BECount, ForMemset For) { in processLoopStores() 748 const SCEV *BECount) { in processLoopMemSet() 800 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation() 834 static const SCEV *getStartForNegStride(const SCEV *Start, const SCEV *BECount, in getStartForNegStride() 848 static const SCEV *getNumBytes(const SCEV *BECount, Type *IntPtr, in getNumBytes() 885 const SCEV *BECount, bool NegStride, bool IsLoopMemset) { in processLoopStridedStore() 997 const SCEV *BECount) { in processLoopStoreOfLoopLoad()
|
| HD | IndVarSimplify.cpp | 2275 const SCEV *BECount, in FindLoopCounter()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | LoopUnrollRuntime.cpp | 67 static void ConnectProlog(Loop *L, Value *BECount, unsigned Count, in ConnectProlog() 716 Value *BECount = Expander.expandCodeFor(BECountSC, BECountSC->getType(), in UnrollRuntimeLoopRemainder() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | MVETailPredication.cpp | 233 Instruction *BECount = nullptr; in isTailPredicate() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | HexagonLoopIdiomRecognition.cpp | 1970 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation() 2010 StoreInst *SI, const SCEV *BECount) { in processCopyingStore() 2356 const SCEV *BECount, SmallVectorImpl<BasicBlock*> &ExitBlocks) { in runOnLoopBlock() 2386 const SCEV *BECount = SE->getBackedgeTakenCount(L); in runOnCountableLoop() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | ScalarEvolution.cpp | 1483 const SCEV *BECount = SE->getBackedgeTakenCount(L); in getPreStartForExtend() local 6949 const SCEV *BECount = ENT.ExactNotTaken; in getExact() local 7294 const SCEV *BECount = getCouldNotCompute(); in computeExitLimitFromCondImpl() local 7347 const SCEV *BECount = getCouldNotCompute(); in computeExitLimitFromCondImpl() local 10754 const SCEV *BECount; in howManyLessThans() local 10828 const SCEV *BECount = computeBECount(getMinusSCEV(Start, End), Stride, false); in howManyGreaterThans() local
|
| HD | DependenceAnalysis.cpp | 1026 const SCEV *BECount = SE->getBackedgeTakenCount(AddRec->getLoop()); in isKnownLessThan() local
|