Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp662 ? getEstimatedLoopWeight(Edge.second.getLoopData()) in getEstimatedEdgeWeight()
707 if (!EstimatedLoopWeight.count(PredLoop.getLoopData())) in updateEstimatedBlockWeight()
825 const LoopData LD = LoopBB.getLoopData(); in estimateBlockWeights()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h308 LoopData getLoopData() const { return LD; } in getLoopData() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1116 Expr *OMPDependClause::getLoopData(unsigned NumLoop) { in getLoopData() function in OMPDependClause
1126 const Expr *OMPDependClause::getLoopData(unsigned NumLoop) const { in getLoopData() function in OMPDependClause
1730 Expr *OMPDoacrossClause::getLoopData(unsigned NumLoop) { in getLoopData() function in OMPDoacrossClause
1736 const Expr *OMPDoacrossClause::getLoopData(unsigned NumLoop) const { in getLoopData() function in OMPDoacrossClause
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5595 Expr *getLoopData(unsigned NumLoop);
5596 const Expr *getLoopData(unsigned NumLoop) const;
9872 Expr *getLoopData(unsigned NumLoop);
9873 const Expr *getLoopData(unsigned NumLoop) const;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8224 Record.AddStmt(C->getLoopData(I)); in VisitOMPDependClause()
8598 Record.AddStmt(C->getLoopData(I)); in VisitOMPDoacrossClause()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6128 const Expr *CounterVal = C->getLoopData(I); in emitRestoreIP()
H A DCGOpenMPRuntime.cpp11286 const Expr *CounterVal = C->getLoopData(I); in EmitDoacrossOrdered()