Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp676 ? getEstimatedLoopWeight(Edge.second.getLoopData()) in getEstimatedEdgeWeight()
722 if (!EstimatedLoopWeight.count(PredLoop.getLoopData())) in updateEstimatedBlockWeight()
842 if (EstimatedLoopWeight.count(LoopBB.getLoopData())) in computeEestimateBlockWeight()
855 EstimatedLoopWeight.insert({LoopBB.getLoopData(), *LoopWeight}); in computeEestimateBlockWeight()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h294 LoopData getLoopData() const { return LD; } in getLoopData() function
/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp1079 Expr *OMPDependClause::getLoopData(unsigned NumLoop) { in getLoopData() function in OMPDependClause
1089 const Expr *OMPDependClause::getLoopData(unsigned NumLoop) const { in getLoopData() function in OMPDependClause
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h4863 Expr *getLoopData(unsigned NumLoop);
4864 const Expr *getLoopData(unsigned NumLoop) const;
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp6604 Record.AddStmt(C->getLoopData(I)); in VisitOMPDependClause()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5767 const Expr *CounterVal = DC->getLoopData(I); in EmitOMPOrderedDirective()
H A DCGOpenMPRuntime.cpp12054 const Expr *CounterVal = C->getLoopData(I); in emitDoacrossOrdered()