Home
last modified time | relevance | path

Searched defs:JumpT (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp260 struct JumpT { struct
266 explicit JumpT(NodeT *Source, NodeT *Target, uint64_t ExecutionCount) in JumpT() argument
270 NodeT *Source;
272 NodeT *Target;
274 uint64_t ExecutionCount{0};
276 bool IsConditional{false};
278 uint64_t Offset{0};