Home
last modified time | relevance | path

Searched refs:CounterInstrs (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp179 InstructionListType CounterInstrs; in createInstrumentationSnippet() local
180 BC.MIB->createInstrIncMemory(CounterInstrs, Label, &*BC.Ctx, IsLeaf); in createInstrumentationSnippet()
181 return CounterInstrs; in createInstrumentationSnippet()
204 InstructionListType CounterInstrs = createInstrumentationSnippet( in instrumentLeafNode() local
206 insertInstructions(CounterInstrs, BB, Iter); in instrumentLeafNode()
226 Iter = insertInstructions(CounterInstrs, BB, Iter); in instrumentIndirectTarget()
250 InstructionListType CounterInstrs = in instrumentOneTarget() local
259 Iter = insertInstructions(CounterInstrs, FromBB, Iter); in instrumentOneTarget()
274 insertInstructions(CounterInstrs, *TargetBB, TargetBB->begin()); in instrumentOneTarget()
278 Iter = insertInstructions(CounterInstrs, FromBB, Iter); in instrumentOneTarget()
[all …]