Searched refs:setProfMetadata (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.h | 93 void setProfMetadata(Module *M, Instruction *TI, ArrayRef<uint64_t> EdgeCounts,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOMemOPSizeOpt.cpp | 441 setProfMetadata(Func.getParent(), SI, CaseCounts, MaxCount); in perform()
|
| H A D | PGOInstrumentation.cpp | 1700 setProfMetadata(M, TI, EdgeCounts, MaxCount); in setBranchWeights() 1770 setProfMetadata(F.getParent(), &SI, SCounts, MaxCount); in annotateOneSelectInst() 2296 void llvm::setProfMetadata(Module *M, Instruction *TI, in setProfMetadata() function in llvm
|