HomeSort by: relevance | last modified time | path
    Searched refs:getLoopData (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 302 LoopData getLoopData() const { return LD; }
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 615 ? getEstimatedLoopWeight(Edge.second.getLoopData())
661 if (!EstimatedLoopWeight.count(PredLoop.getLoopData()))
782 if (EstimatedLoopWeight.count(LoopBB.getLoopData()))
796 {LoopBB.getLoopData(), LoopWeight.getValue()});
  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 1034 Expr *OMPDependClause::getLoopData(unsigned NumLoop) {
1044 const Expr *OMPDependClause::getLoopData(unsigned NumLoop) const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 4625 Expr *getLoopData(unsigned NumLoop);
4626 const Expr *getLoopData(unsigned NumLoop) const;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 6394 Record.AddStmt(C->getLoopData(I));
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 11906 const Expr *CounterVal = C->getLoopData(I);

Completed in 37 milliseconds