Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp234 BinaryBasicBlock *TargetBB, uint32_t ToOffset, bool IsLeaf, bool IsInvoke, in instrumentOneTarget() argument
241 ToFunc, ToOffset, IsInvoke); in instrumentOneTarget()
244 ToFunc, ToOffset, ToNodeID, in instrumentOneTarget()
395 uint32_t ToOffset = TargetBB ? TargetBB->getInputOffset() : 0; in instrumentFunction() local
403 ToOffset = ForeignBB->getInputOffset(); in instrumentFunction()
405 FromOffset, *TargetFunc, TargetBB, ToOffset, in instrumentFunction()
416 Function, ToOffset, BBToID[TargetBB], in instrumentFunction()
421 FromOffset, *TargetFunc, TargetBB, ToOffset, in instrumentFunction()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DInstrumentation.h89 uint32_t ToOffset, bool IsLeaf, bool IsInvoke,