Home
last modified time | relevance | path

Searched refs:getLoopData (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp666 ? getEstimatedLoopWeight(Edge.second.getLoopData()) in getEstimatedEdgeWeight()
712 if (!EstimatedLoopWeight.count(PredLoop.getLoopData())) in updateEstimatedBlockWeight()
832 if (EstimatedLoopWeight.count(LoopBB.getLoopData())) in computeEestimateBlockWeight()
845 EstimatedLoopWeight.insert({LoopBB.getLoopData(), *LoopWeight}); in computeEestimateBlockWeight()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h306 LoopData getLoopData() const { return LD; } in getLoopData() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1093 Expr *OMPDependClause::getLoopData(unsigned NumLoop) { in getLoopData() function in OMPDependClause
1103 const Expr *OMPDependClause::getLoopData(unsigned NumLoop) const { in getLoopData() function in OMPDependClause
1711 Expr *OMPDoacrossClause::getLoopData(unsigned NumLoop) { in getLoopData() function in OMPDoacrossClause
1717 const Expr *OMPDoacrossClause::getLoopData(unsigned NumLoop) const { in getLoopData() function in OMPDoacrossClause
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5001 Expr *getLoopData(unsigned NumLoop);
5002 const Expr *getLoopData(unsigned NumLoop) const;
9246 Expr *getLoopData(unsigned NumLoop);
9247 const Expr *getLoopData(unsigned NumLoop) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6921 Record.AddStmt(C->getLoopData(I)); in VisitOMPDependClause()
7286 Record.AddStmt(C->getLoopData(I)); in VisitOMPDoacrossClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5858 const Expr *CounterVal = C->getLoopData(I); in emitRestoreIP()
H A DCGOpenMPRuntime.cpp11191 const Expr *CounterVal = C->getLoopData(I); in EmitDoacrossOrdered()