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