Home
last modified time | relevance | path

Searched refs:createProfileWeights (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenPGO.cpp794 llvm::MDNode *CodeGenFunction::createProfileWeights(uint64_t TrueCount, in createProfileWeights() function in CodeGenFunction
809 CodeGenFunction::createProfileWeights(ArrayRef<uint64_t> Weights) { in createProfileWeights() function in CodeGenFunction
839 return createProfileWeights(LoopCount, in createProfileWeightsForLoop()
DCGStmt.cpp1111 Weights = createProfileWeights(ThisCount, DefaultCount); in EmitCaseStmtRange()
1559 createProfileWeights(*SwitchWeights)); in EmitSwitchStmt()
DCodeGenFunction.h946 llvm::MDNode *createProfileWeights(uint64_t TrueCount, uint64_t FalseCount);
947 llvm::MDNode *createProfileWeights(ArrayRef<uint64_t> Weights);
DCGObjC.cpp1558 createProfileWeights(EntryCount, getProfileCount(S.getBody()))); in EmitObjCForCollectionStmt()
1704 createProfileWeights(getProfileCount(S.getBody()), EntryCount)); in EmitObjCForCollectionStmt()
DCodeGenFunction.cpp1301 createProfileWeights(TrueCount, CurrentCount - TrueCount); in EmitBranchOnBoolExpr()