Lines Matching refs:CounterInstrs
179 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()
219 InstructionListType CounterInstrs = BC.MIB->createInstrumentedIndirectCall( in instrumentIndirectTarget() local
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()
283 SplitInstrs.emplace_back(std::move(CounterInstrs)); in instrumentOneTarget()