Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDBranchProbabilityInfo.cpp666 ? getEstimatedLoopWeight(Edge.second.getLoopData()) in getEstimatedEdgeWeight()
712 if (!EstimatedLoopWeight.count(PredLoop.getLoopData())) in updateEstimatedBlockWeight()
829 const LoopData LD = LoopBB.getLoopData(); in computeEestimateBlockWeight()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDBranchProbabilityInfo.h306 LoopData getLoopData() const { return LD; } in getLoopData() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDOpenMPClause.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-stable/contrib/llvm-project/clang/include/clang/AST/
HDOpenMPClause.h5041 Expr *getLoopData(unsigned NumLoop);
5042 const Expr *getLoopData(unsigned NumLoop) const;
9286 Expr *getLoopData(unsigned NumLoop);
9287 const Expr *getLoopData(unsigned NumLoop) const;
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp7502 Record.AddStmt(C->getLoopData(I)); in VisitOMPDependClause()
7867 Record.AddStmt(C->getLoopData(I)); in VisitOMPDoacrossClause()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp5912 const Expr *CounterVal = C->getLoopData(I); in emitRestoreIP()
HDCGOpenMPRuntime.cpp11219 const Expr *CounterVal = C->getLoopData(I); in EmitDoacrossOrdered()