Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp615 ? getEstimatedLoopWeight(Edge.second.getLoopData()) in getEstimatedEdgeWeight()
661 if (!EstimatedLoopWeight.count(PredLoop.getLoopData())) in updateEstimatedBlockWeight()
782 if (EstimatedLoopWeight.count(LoopBB.getLoopData())) in computeEestimateBlockWeight()
796 {LoopBB.getLoopData(), LoopWeight.getValue()}); in computeEestimateBlockWeight()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h302 LoopData getLoopData() const { return LD; } in getLoopData() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp1034 Expr *OMPDependClause::getLoopData(unsigned NumLoop) { in getLoopData() function in OMPDependClause
1044 const Expr *OMPDependClause::getLoopData(unsigned NumLoop) const { in getLoopData() function in OMPDependClause
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h4625 Expr *getLoopData(unsigned NumLoop);
4626 const Expr *getLoopData(unsigned NumLoop) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp6394 Record.AddStmt(C->getLoopData(I)); in VisitOMPDependClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11906 const Expr *CounterVal = C->getLoopData(I); in emitDoacrossOrdered()