3 Commits

Author SHA1 Message Date
Mircea Trofin
82266d3a2b
[nfc][ctx_prof] Factor the callsite instrumentation exclusion criteria (#108471)
Reusing this in the logic fetching the instrumentation in `CtxProfAnalysis`.
2024-09-13 21:25:47 -07:00
Mircea Trofin
1e70122cbc
[ctx_prof] API to get the instrumentation of a BB (#105468)
Analogous to PR #104491 

Issue #89287
2024-08-21 17:17:46 -07:00
Mircea Trofin
c8a678b1e4
[ctx_prof] Add analysis utility to fetch ID of a callsite (#104491)
This will be needed when maintaining the contextual profile for ICP or inlining - we'll need to first fetch the ID of a callsite, which is in an instrumentation instruction (intrinsic) preceding the callsite.
2024-08-20 10:49:42 -07:00