| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ | 
| H A D | LoopCacheAnalysis.cpp | 112   const SCEV *TripCount = (!isa<SCEVCouldNotCompute>(BackedgeTakenCount) &&  in computeTripCount()  local 286   const SCEV *TripCount = computeTripCount(L, *Sizes.back(), SE);  in computeRefCost()  local 328       const SCEV *TripCount =  in computeRefCost()  local 571     unsigned TripCount = SE.getSmallConstantTripCount(L);  in CacheCost()  local
  | 
| H A D | Lint.cpp | 360       if (auto *TripCount = dyn_cast<ConstantInt>(I.getArgOperand(1)))  in visitCallBase()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ | 
| H A D | MVETailPredication.cpp | 198                                                  Value *TripCount) {  in IsSafeActiveMask() 415 bool MVETailPredication::TryConvertActiveLaneMask(Value *TripCount) {  in TryConvertActiveLaneMask()
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ | 
| H A D | LoopUnrollPass.cpp | 356     const Loop *L, unsigned TripCount, DominatorTree &DT, ScalarEvolution &SE,  in analyzeLoopUnrollCost() 797                    const unsigned TripMultiple, const unsigned TripCount,  in shouldPragmaUnroll() 867 shouldPartialUnroll(const unsigned LoopSize, const unsigned TripCount,  in shouldPartialUnroll() 926     OptimizationRemarkEmitter *ORE, unsigned TripCount, unsigned MaxTripCount,  in computeUnrollCount() 1254   unsigned TripCount = 0;  in tryToUnrollLoop()  local
  | 
| H A D | LoopFlatten.cpp | 305 setLoopComponents(Value *&TC, Value *&TripCount, BinaryOperator *&Increment,  in setLoopComponents() 323     PHINode *&InductionPHI, Value *&TripCount, BinaryOperator *&Increment,  in verifyTripCount() 390     PHINode *&InductionPHI, Value *&TripCount, BinaryOperator *&Increment,  in findLoopComponents()
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ | 
| H A D | LoopUnrollRuntime.cpp | 518                                   Value *TripCount, unsigned Count) {  in CreateTripRemainder() 766   Value *TripCount = Expander.expandCodeFor(TripCountSC, TripCountSC->getType(),  in UnrollRuntimeLoopRemainder()  local
  | 
| H A D | LoopPeel.cpp | 540                             unsigned TripCount, DominatorTree &DT,  in computePeelCount()
  | 
| H A D | LoopUnrollAndJam.cpp | 216 llvm::UnrollAndJamLoop(Loop *L, unsigned Count, unsigned TripCount,  in UnrollAndJamLoop()
  | 
| H A D | LoopUnroll.cpp | 512     unsigned TripCount;  in UnrollLoop()  member
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ | 
| H A D | VPlanTransforms.cpp | 693   const SCEV *TripCount = createTripCountSCEV(IdxTy, PSE);  in optimizeForVFAndUF()  local 1281   VPValue *TripCount, *IncrementValue;  in addVPLaneMaskPhiAndUpdateExitBranch()  local
  | 
| H A D | VPlan.cpp | 858 VPlanPtr VPlan::createInitialVPlan(const SCEV *TripCount, ScalarEvolution &SE,  in createInitialVPlan()
  | 
| H A D | VPlanRecipes.cpp | 484     Value *TripCount = State.get(getOperand(1), VPIteration(0, 0));  in generatePerPart()  local
  | 
| H A D | LoopVectorize.cpp | 675   Value *TripCount = nullptr;  member in llvm::InnerLoopVectorizer 739   Value *TripCount = nullptr;  member 7406     unsigned TripCount = State.UF * State.VF.getKnownMinValue();  in executePlan()  local
  | 
| H A D | VPlan.h | 3278   VPValue *TripCount = nullptr;  variable
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ | 
| H A D | OMPIRBuilder.cpp | 3804     DebugLoc DL, Value *TripCount, Function *F, BasicBlock *PreInsertBefore,  in createLoopSkeleton() 3872                                      Value *TripCount, const Twine &Name) {  in createCanonicalLoop() 3957   Value *TripCount = Builder.CreateSelect(ZeroCmp, Zero, CountIfLooping,  in createCanonicalLoop()  local 4043   Value *TripCount = Builder.CreateAdd(TripCountMinusOne, One);  in applyStaticWorkshareLoop()  local 4262     Type *ParallelTaskPtr, Value *TripCount, Function &LoopBodyFn) {  in createTargetLoopWorkshareCall() 4301   Value *TripCount = CLI->getTripCount();  in workshareLoopTargetCallback()  local 4930           Value *TripCount, const Twine &Name) -> CanonicalLoopInfo * {  in tileLoops() 5418   int TripCount = 0;  in computeHeuristicUnrollFactor()  local 9013 void CanonicalLoopInfo::setTripCount(Value *TripCount) {  in setTripCount() 9137   Value *TripCount = getTripCount();  in assertOK()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ | 
| H A D | HexagonInstrInfo.cpp | 733   int64_t TripCount;  member in __anonc67b0ce50111::HexagonPipelinerLoopInfo 784       int64_t TripCount = Loop->getOperand(1).getImm() + TripCountAdjust;  in adjustTripCount()  local
  | 
| H A D | HexagonHardwareLoops.cpp | 1206   CountValue *TripCount = getLoopTripCount(L, OldInsts);  in convertToHardwareLoop()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ | 
| H A D | PPCInstrInfo.cpp | 5427   int64_t TripCount;  member in __anon936ebc340a11::PPCPipelinerLoopInfo 5474       int64_t TripCount = LoopCount->getOperand(1).getImm() + TripCountAdjust;  in adjustTripCount()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | 
| H A D | SelectionDAGBuilder.cpp | 7941     SDValue TripCount = getValue(I.getOperand(1));  in visitIntrinsicCall()  local
  |