HomeSort by relevance Sort by last modified time
    Searched refs:createLoopWeights (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CodeGenPGO.h 91 llvm::MDNode *createLoopWeights(const Stmt *Cond, RegionCounter &Cnt);
CGStmt.cpp 729 PGO.createLoopWeights(S.getCond(), Cnt));
813 PGO.createLoopWeights(S.getCond(), Cnt));
885 PGO.createLoopWeights(S.getCond(), Cnt));
    [all...]
CodeGenPGO.cpp 878 llvm::MDNode *CodeGenPGO::createLoopWeights(const Stmt *Cond,

Completed in 720 milliseconds