Searched refs:CHR (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp49 cl::desc("Apply CHR for all functions"));
53 cl::desc("CHR considers a branch bias greater than this ratio as biased"));
57 cl::desc("CHR merges a group of N branches/selects where N >= this value"));
61 cl::desc("Specify file to retrieve the list of modules to apply CHR to"));
65 cl::desc("Specify file to retrieve the list of functions to apply CHR to"));
157 // branches / selects in the hot paths due to CHR.
173 // CHRScope - a sequence of regions to CHR together. It corresponds to a
295 // The instruction at which to insert the CHR conditional branch (and hoist
322 class CHR { class in namespace:__anon5588
324 CHR(Functio function in class:__anon5588::CHR
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Dm2-exp.y176 %token SIZE CAP ORD HIGH ABS MIN_FUNC MAX_FUNC FLOAT_FUNC VAL CHR ODD TRUNC
280 exp : CHR '(' exp ')'
795 {"CHR", CHR },
H A Dm2-exp.c79 CHR = 281, enumerator in enum:yytokentype
127 #define CHR 281 macro
515 "MAX_FUNC", "FLOAT_FUNC", "VAL", "CHR", "ODD", "TRUNC", "INC", "DEC",
2288 {"CHR", CHR },

Completed in 120 milliseconds