Searched defs:BECount (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | LoopIdiomRecognize.cpp | 388 const SCEV *BECount = SE->getBackedgeTakenCount(CurLoop); in runOnCountableLoop() local 624 BasicBlock *BB, const SCEV *BECount, in runOnLoopBlock() 660 const SCEV *BECount, ForMemset For) { in processLoopStores() 807 const SCEV *BECount) { in processLoopMemIntrinsic() 829 const SCEV *BECount) { in processLoopMemCpy() 898 const SCEV *BECount) { in processLoopMemSet() 1008 const SCEV *BECount, const SCEV *StoreSizeSCEV, in mayLoopAccessLocation() 1041 static const SCEV *getStartForNegStride(const SCEV *Start, const SCEV *BECount, in getStartForNegStride() 1056 static const SCEV *getTripCount(const SCEV *BECount, Type *IntPtr, in getTripCount() 1086 static const SCEV *getNumBytes(const SCEV *BECount, Type *IntPtr, in getNumBytes() [all …]
|
| D | IndVarSimplify.cpp | 895 const SCEV *BECount, in FindLoopCounter()
|
| D | LoopStrengthReduce.cpp | 6697 const SCEV *BECount = SE.getBackedgeTakenCount(L); in canFoldTermCondOfLoop() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | LoopUnrollRuntime.cpp | 72 static void ConnectProlog(Loop *L, Value *BECount, unsigned Count, in ConnectProlog() 498 static Value *CreateTripRemainder(IRBuilder<> &B, Value *BECount, in CreateTripRemainder() 749 Value *BECount; in UnrollRuntimeLoopRemainder() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonLoopIdiomRecognition.cpp | 1983 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation() 2022 StoreInst *SI, const SCEV *BECount) { in processCopyingStore() 2367 const SCEV *BECount, SmallVectorImpl<BasicBlock*> &ExitBlocks) { in runOnLoopBlock() 2397 const SCEV *BECount = SE->getBackedgeTakenCount(L); in runOnCountableLoop() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 1424 const SCEV *BECount = SE->getBackedgeTakenCount(L); in getPreStartForExtend() local 8610 const SCEV *BECount = ENT.ExactNotTaken; in getExact() local 9050 const SCEV *BECount = getCouldNotCompute(); in computeExitLimitFromCondFromBinOp() local 12975 const SCEV *BECount = nullptr; in howManyLessThans() local 13222 const SCEV *BECount = getUDivExpr( in howManyGreaterThans() local
|
| D | DependenceAnalysis.cpp | 1113 const SCEV *BECount = SE->getBackedgeTakenCount(AddRec->getLoop()); in isKnownLessThan() local
|