Searched refs:setProfMetadata (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.h | 105 void setProfMetadata(Module *M, Instruction *TI, ArrayRef<uint64_t> EdgeCounts,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOMemOPSizeOpt.cpp | 435 setProfMetadata(Func.getParent(), SI, CaseCounts, MaxCount); in perform()
|
| H A D | PGOInstrumentation.cpp | 1651 setProfMetadata(M, TI, EdgeCounts, MaxCount); in setBranchWeights() 1717 setProfMetadata(F.getParent(), &SI, SCounts, MaxCount); in annotateOneSelectInst() 2295 void llvm::setProfMetadata(Module *M, Instruction *TI, in setProfMetadata() function in llvm
|