Searched refs:setProfMetadata (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/ |
D | PGOInstrumentation.h | 93 void setProfMetadata(Module *M, Instruction *TI, ArrayRef<uint64_t> EdgeCounts,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOMemOPSizeOpt.cpp | 396 setProfMetadata(Func.getParent(), SI, CaseCounts, MaxCount); in perform()
|
D | PGOInstrumentation.cpp | 1321 setProfMetadata(M, TI, EdgeCounts, MaxCount); in setBranchWeights() 1377 setProfMetadata(F.getParent(), &SI, SCounts, MaxCount); in annotateOneSelectInst() 1697 void llvm::setProfMetadata(Module *M, Instruction *TI, in setProfMetadata() function in llvm
|