Home | History | Annotate | Download | only in docs

Lines Matching full:branch

2 LLVM Branch Weight Metadata
11 Branch Weight Metadata represents branch weights as its likeliness to be
16 Branch weights might be fetch from the profiling file, or generated based on
29 operarands for the true and the false branch.
42 Branch weights are assigned to every case (including the ``default`` case which
56 Branch weights are assigned to every destination.
69 Other terminator instructions are not allowed to contain Branch Weight Metadata.
76 ``__builtin_expect(long exp, long c)`` instruction provides branch prediction
114 Branch Weight Metatada is not proof against CFG changes. If terminator operands'
116 occur due to incorrent branch prediction information.