Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenPGO.cpp847 llvm::MDNode *CodeGenFunction::createProfileWeights(uint64_t TrueCount, in createProfileWeights() function in CodeGenFunction
862 CodeGenFunction::createProfileWeights(ArrayRef<uint64_t> Weights) { in createProfileWeights() function in CodeGenFunction
892 return createProfileWeights(LoopCount, in createProfileWeightsForLoop()
DCGStmt.cpp1164 Weights = createProfileWeights(ThisCount, DefaultCount); in EmitCaseStmtRange()
1616 createProfileWeights(*SwitchWeights)); in EmitSwitchStmt()
DCodeGenFunction.h971 llvm::MDNode *createProfileWeights(uint64_t TrueCount, uint64_t FalseCount);
972 llvm::MDNode *createProfileWeights(ArrayRef<uint64_t> Weights);
DCGObjC.cpp1554 createProfileWeights(EntryCount, getProfileCount(S.getBody()))); in EmitObjCForCollectionStmt()
1699 createProfileWeights(getProfileCount(S.getBody()), EntryCount)); in EmitObjCForCollectionStmt()
DCodeGenFunction.cpp1370 createProfileWeights(TrueCount, CurrentCount - TrueCount); in EmitBranchOnBoolExpr()