Searched defs:JumpT (Results 1 – 1 of 1) sorted by relevance
260 struct JumpT { struct266 explicit JumpT(NodeT *Source, NodeT *Target, uint64_t ExecutionCount) in JumpT() argument270 NodeT *Source;272 NodeT *Target;274 uint64_t ExecutionCount{0};276 bool IsConditional{false};278 uint64_t Offset{0};