A wrapper of a jump between two basic blocks.
Synopsis
Declared in <llvm/Transforms/Utils/SampleProfileInference.h>
struct FlowJump;
Data Members
Name |
Description |
Inferred execution flow along this jump. |
|
True if |
|
True if this jump is considered unlikely to be taken. |
|
Index of the source block. |
|
Index of the target block. |
|
Sampled or assigned weight of this jump. |
Created with MrDocs