Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h294 LoopData getLoopData() const { return LD; } in getLoopData() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp1088 Expr *OMPDependClause::getLoopData(unsigned NumLoop) { in getLoopData() function in OMPDependClause
1098 const Expr *OMPDependClause::getLoopData(unsigned NumLoop) const { in getLoopData() function in OMPDependClause
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h4905 Expr *getLoopData(unsigned NumLoop);
4906 const Expr *getLoopData(unsigned NumLoop) const;
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp6776 Record.AddStmt(C->getLoopData(I)); in VisitOMPDependClause()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5831 const Expr *CounterVal = DC->getLoopData(I); in EmitOMPOrderedDirective()
H A DCGOpenMPRuntime.cpp11666 const Expr *CounterVal = C->getLoopData(I); in emitDoacrossOrdered()